From 8d8fd0c0de803492930d29c337a5416d71e120bb Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 14 五月 2026 15:08:50 +0800
Subject: [PATCH] 配置文件修改
---
src/api/system/user.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 431f6b0..3350997 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -142,6 +142,14 @@
})
}
+// 鏌ヨ鍥㈤槦璐熻矗浜哄垪琛�
+export function teamLeaderList() {
+ return request({
+ url: '/system/user/teamLeaderList',
+ method: 'get'
+ })
+}
+
// 鏌ヨ鐢ㄦ埛鍒楄〃
export function userListNoPage() {
return request({
--
Gitblit v1.9.3