gaoluyang
4 天以前 7dfae8e6376ab235c0d560dc998acda39a7c28b9
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',