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