add 增加 同步租户字典功能
This commit is contained in:
@ -91,3 +91,11 @@ export function syncTenantPackage(tenantId: string | number, packageId: string |
|
||||
params: data
|
||||
});
|
||||
}
|
||||
|
||||
// 同步租户字典
|
||||
export function syncTenantDict() {
|
||||
return request({
|
||||
url: '/system/tenant/syncTenantDict',
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user