设置父用户

This commit is contained in:
zhonghua.li
2026-04-26 11:52:04 +08:00
parent 1b03bcae4c
commit 3890552611
2 changed files with 58 additions and 4 deletions

View File

@@ -30,3 +30,11 @@ export function deleteLbDepartmentUser(id) {
method: 'delete'
})
}
export function bindLbDepartmentUserParent(params) {
return request({
url: '/lbDepartmentUser/bindParentUser',
method: 'post',
params
})
}