调整 业务

This commit is contained in:
2026-09-16 23:43:12 +08:00
parent c1c4fa18c9
commit 84d9e098ba
9 changed files with 795 additions and 366 deletions
+7
View File
@@ -41,6 +41,13 @@ export const add = row => {
});
};
export const syncIamOrganizations = () => {
return request({
url: '/blade-system/dept/sync-iam-organizations',
method: 'post',
});
};
export const update = row => {
return request({
url: '/blade-system/dept/submit',