gaoluyang
2025-08-29 7a0ffb0048adeda9ebfbca1d0b525eb224c173e3
src/api/system/user.js
@@ -39,3 +39,17 @@
    filePath: data.filePath
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPageByTenantId() {
  return request({
    url: '/system/user/userListNoPageByTenantId',
    method: 'get'
  })
}