From 289d70136df9217f86e1a14ff888d31b0276d280 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 25 Mar 2026 18:22:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E5=AF=B9=E6=8E=A5=E5=9F=9F=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 9 +++++++++ src/views/system/user/index.vue | 19 +++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index a70db33..871d381 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -164,3 +164,12 @@ export function roleChangeList(query) { params: query }) } + +// 查询用户 +export function checkExist(query) { + return request({ + url: '/system/user/checkExist', + method: 'get', + params: query + }) +} diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 554d7ea..6069f33 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -142,11 +142,16 @@ - + + + +
@@ -285,7 +290,7 @@ \ No newline at end of file