Merge branch 'zcwy-zsx0223' into dev0223

This commit is contained in:
zhangsir
2024-04-18 18:57:24 +08:00

View File

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