mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
1
This commit is contained in:
@@ -775,8 +775,7 @@ function handleStageOk() {
|
||||
groupIds: auditSelectRows.value?.map((e) => e.id),
|
||||
deptIds: deptList.value?.map((e) => e.id),
|
||||
}).then(response => {
|
||||
console.log(response);
|
||||
if (!response) {
|
||||
if (response?.status !== 200) {
|
||||
throw new Error("Failed to load response data");
|
||||
}
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user