设置父用户
This commit is contained in:
@@ -30,3 +30,11 @@ export function deleteLbDepartmentUser(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function bindLbDepartmentUserParent(params) {
|
||||
return request({
|
||||
url: '/lbDepartmentUser/bindParentUser',
|
||||
method: 'post',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user