huminmin
2026-05-15 9a8e922ea13b9f386ce32829780f60c9204ab894
src/api/system/user.js
@@ -135,6 +135,22 @@
  })
}
// 查询用户列表
export function userListNoPageByTenantId() {
  return request({
    url: '/system/user/userListNoPageByTenantId',
    method: 'get'
  })
}
// 查询团队负责人列表
export function teamLeaderList() {
  return request({
    url: '/system/user/teamLeaderList',
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',