gaoluyang
6 天以前 f41f726df15733c4cc161881168e19f62bf060b3
src/api/system/user.js
@@ -142,9 +142,10 @@
  })
}
// 部门列表
export function userDeptList(userId) {
export function userLoginFacotryList(params) {
  return request({
    url: '/userDeptList/' + userId,
    url: '/userLoginFacotryList',
    method: 'get',
    params: params
  })
}