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',
@@ -142,9 +150,9 @@
  })
}
// 部门列表
export function userDeptList(params) {
export function userLoginFacotryList(params) {
  return request({
    url: '/userDeptList',
    url: '/userLoginFacotryList',
    method: 'get',
    params: params
  })