From 875a01769a2ff1c74f87fa396b4ca23202f88eea Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E8=A6=81=E4=B8=80=E4=B8=AA=E6=8B=BF?= =?UTF-8?q?=E5=88=B0=E5=85=A8=E9=83=A8=E7=94=A8=E6=88=B7=E7=9A=84=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index beb6e51..bb49ad6 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -21,6 +21,10 @@ export interface UserVO { export const getUserPage = (params: PageParam) => { return request.get({ url: '/system/user/page', params }) } +// 查询用户管理列表 +export const getUserPageKQ = (params: PageParam) => { + return request.get({ url: '/system/user/pageKQ', params }) +} // 查询所有用户列表 export const getAllUser = () => {