fix: 企标废止流程批准后的处理修改

This commit is contained in:
wxyclub
2024-04-19 17:41:27 +08:00
parent b3c2cfc0ad
commit 1b5e20362d
@@ -423,18 +423,7 @@ export default {
type: this.qbfsForm.nextStatus,
id: this.qbfsForm.standId,
}
this.$http._getData('lawss/sarBussionessStand/repeal',params,{}).then(res => {
if(res && res.ok){
this.completeTask(json)
} else {
this.isSubmit = false;
this.saveLoading = false;
}
}).catch(e=>{
console.log(e)
this.isSubmit = false;
this.saveLoading = false;
})
this.completeTask(json)
}else{
this.$message.warning('请完善基础信息')
}
@@ -451,6 +440,8 @@ export default {
if (res.success) {
this.$message.success(res.message);
this.$router.push("/processCenter");
}else {
this.$message.warning(res.message);
}
this.isSubmit = false;
this.saveLoading = false;