chenrui
9 天以前 e277db8bf75fa7b62bd2a281fe8ba4956f77cd82
src/api/system/user.js
@@ -141,3 +141,11 @@
    method: 'get'
  })
}
// 部门列表
export function userLoginFacotryList(params) {
  return request({
    url: '/userLoginFacotryList',
    method: 'get',
    params: params
  })
}