补充租户ID

This commit is contained in:
zhonghua.li
2026-04-24 21:09:34 +08:00
parent 996ff4b491
commit b0d1898329
3 changed files with 20 additions and 5 deletions

View File

@@ -44,3 +44,12 @@ export function syncQweiDepartment() {
})
}
export function syncQweiDepartmentWithTenant(tenantId) {
return request({
url: '/qweiDepartment/sync',
method: 'post',
params: {
tenantId: tenantId || undefined
}
})
}