补充租户ID
This commit is contained in:
@@ -44,3 +44,12 @@ export function syncQweiDepartment() {
|
||||
})
|
||||
}
|
||||
|
||||
export function syncQweiDepartmentWithTenant(tenantId) {
|
||||
return request({
|
||||
url: '/qweiDepartment/sync',
|
||||
method: 'post',
|
||||
params: {
|
||||
tenantId: tenantId || undefined
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user