mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
Merge branch 'zcwy-zsx0223' into dev0223
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user