From 349b09cb9956fed186786dfb1b4c17723d5e8464 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 16 十月 2023 15:42:31 +0800 Subject: [PATCH] 销售线索,省份 不能切换,城市的下拉无数据。销售明细单收款单,添加成功跳转登录,接口没有加入白名单 --- 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