lishenao
10 天以前 4ceaadfe421507c9cd0c32094d04ca938d518311
src/api/system/user.js
@@ -134,3 +134,18 @@
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}
// 部门列表
export function userLoginFacotryList(params) {
  return request({
    url: '/userLoginFacotryList',
    method: 'get',
    params: params
  })
}