测评管理

This commit is contained in:
zhangsir
2024-04-18 18:56:57 +08:00
parent 37803d0eff
commit 37bed1e7b8

View File

@@ -1443,7 +1443,9 @@ import {downLoadZip} from "@/utils/zipdownload";
successIds:state.saveNotUpload?state.sussessIds.length!=0?state.sussessIds.split(','):null:null
}).then((res)=>{
if(res.status == 500){
message.error('测评标题和报告名称不一致')
if(res.message){
message.error(res.message)
}
state.uploadDownLoad = false
state.uploadStatusType = false
}
@@ -1451,6 +1453,9 @@ import {downLoadZip} from "@/utils/zipdownload";
state.uploadDownLoad = false
state.bg_check = false
}
}).catch(err=>{
state.uploadDownLoad = false
state.uploadStatusType = false
})
}
if(state.uploadStatusType){