huminmin
2026-05-12 afb26685e0dd38e6a1eada6ad207177666d5642b
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({