催办招商

This commit is contained in:
zhonghua.li
2026-05-20 10:29:08 +08:00
parent b2c05b2e74
commit 08fd33fadd
2 changed files with 211 additions and 16 deletions

View File

@@ -54,3 +54,11 @@ export function syncLbDepartmentUserFromLbUser(params) {
params
})
}
export function getLbDepartmentUserTree(params) {
return request({
url: '/lbDepartmentUser/tree',
method: 'get',
params
})
}