From afb26685e0dd38e6a1eada6ad207177666d5642b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 12 五月 2026 18:02:15 +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