调整 iam

This commit is contained in:
2026-09-16 06:30:30 +08:00
parent 6a87066097
commit c1c4fa18c9
26 changed files with 1517 additions and 666 deletions
+9
View File
@@ -79,6 +79,15 @@ export const cancel = id =>
},
});
export const start = id =>
request({
url: `${baseUrl}/start`,
method: 'post',
params: {
id,
},
});
export const complete = id =>
request({
url: `${baseUrl}/complete`,
+7
View File
@@ -31,6 +31,13 @@ export const add = row => {
});
};
export const syncIamAccounts = () => {
return request({
url: '/blade-system/user/sync-iam-accounts',
method: 'post',
});
};
export const update = row => {
return request({
url: '/blade-system/user/update',