From 0e4984e9c6cf5a384a3e67fc6178d38aa9a2e4a2 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期四, 28 九月 2023 11:31:03 +0800
Subject: [PATCH] feat: 销售明细单页列表配置列显隐控制

---
 src/api/client/client.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/client/client.js b/src/api/client/client.js
index 24473aa..6255964 100644
--- a/src/api/client/client.js
+++ b/src/api/client/client.js
@@ -56,3 +56,12 @@
     method: "get"
   })
 }
+
+// 妫�鏌ュ鎴峰悕绉版槸鍚﹂噸澶�
+export function checkNameClient(data) {
+  return request({
+    url: "/api/client/checkName",
+    method: "post",
+    data
+  })
+}

--
Gitblit v1.8.0