From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 05 三月 2025 17:00:38 +0800 Subject: [PATCH] 1 --- src/api/system/user.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index d7cdbcd..6a38491 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -12,6 +12,13 @@ }) } +export function getlistUser() { + return request({ + url: '/system/user/getList', + method: 'get', + }) +} + // 鏌ヨ鐢ㄦ埛璇︾粏 export function getUser(userId) { return request({ @@ -155,4 +162,13 @@ method: 'get', params: query }) +} + +// 鏌ヨ鐢ㄦ埛鍒楄〃 +export function list(query) { + return request({ + url: '/hosp/usermid/list', + method: 'get', + params: query + }) } \ No newline at end of file -- Gitblit v1.8.0