From fd047fa7234dc11643dab8ecbf38e8d7a8ba0854 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 22 十一月 2025 23:48:12 +0800
Subject: [PATCH] feat:修改任务
---
app/api/system/user.js | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/app/api/system/user.js b/app/api/system/user.js
index 421afa0..1ea6103 100644
--- a/app/api/system/user.js
+++ b/app/api/system/user.js
@@ -40,7 +40,7 @@
})
}
-// 鏌ヨ鐢ㄦ埛鍒楄〃
+// 鏌ヨ鐢ㄦ埛鍒楄〃锛堝悗鍙扮鐞嗙敤锛�
export function listUser(query) {
return request({
url: '/system/user/list',
@@ -48,3 +48,11 @@
params: query
})
}
+
+// 鏌ヨ褰撳墠鐢ㄦ埛绠$悊鐨勫垎鍏徃涓嬬殑鎵�鏈夌敤鎴凤紙灏忕▼搴忕涓撶敤锛�
+export function listBranchUsers() {
+ return request({
+ url: '/system/user/branch/users',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.1