自动同步人员部门信息

This commit is contained in:
zhonghua.li
2026-04-29 22:28:50 +08:00
parent fa14955504
commit 46e98e664d
2 changed files with 53 additions and 0 deletions

View File

@@ -38,3 +38,11 @@ export function bindLbDepartmentUserParent(params) {
params
})
}
export function syncLbDepartmentUserFromDailyUserTrade(params) {
return request({
url: '/lbDepartmentUser/syncFromDailyUserTrade',
method: 'post',
params
})
}