From 375f79172e357300895dbae7ab7fb19bf6e4b4e1 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 20 六月 2025 17:33:30 +0800 Subject: [PATCH] 1 --- src/api/system/user.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index b149e6f..9022ba4 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -11,6 +11,20 @@ params: query }) } +// 鏌ヨ鐢ㄦ埛鍒楄〃 +export function listUser1(query) { + return request({ + url: '/system/user/userListByDeptId', + method: 'get', + params: query + }) +} +export function getlistUser() { + return request({ + url: '/system/user/getList', + method: 'get', + }) +} // 鏌ヨ鐢ㄦ埛璇︾粏 export function getUser(userId) { -- Gitblit v1.8.0