gaoluyang
4 天以前 02c720595ec8c00f8f823857070c151726b237f2
src/api/system/user.js
@@ -135,6 +135,14 @@
  })
}
// 查询用户列表
export function userListNoPageByTenantId() {
  return request({
    url: '/system/user/userListNoPageByTenantId',
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',