gaoluyang
3 天以前 482ed6306545c04f9051372c44dca537bf7ce44e
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',