Commit 65e1ffce authored by lwy's avatar lwy

fix(用户管理):修复配置制造厂,配置事业部,新建管理员功能

parent ce8a94ec
......@@ -127,6 +127,24 @@ export function updateAuthRole(data) {
})
}
// 配置制造厂
export function updateUserFactory(data) {
return request({
url: '/system/user/addUserFactory',
method: 'put',
params: data,
})
}
// 配置制造厂
export function updateUserUnit(data) {
return request({
url: '/system/user/addUserUnit',
method: 'put',
params: data,
})
}
// 查询部门下拉树结构
export function deptTreeSelect() {
return request({
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment