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