fix: 企标废止流程批准后的处理修改
This commit is contained in:
@@ -423,18 +423,7 @@ export default {
|
|||||||
type: this.qbfsForm.nextStatus,
|
type: this.qbfsForm.nextStatus,
|
||||||
id: this.qbfsForm.standId,
|
id: this.qbfsForm.standId,
|
||||||
}
|
}
|
||||||
this.$http._getData('lawss/sarBussionessStand/repeal',params,{}).then(res => {
|
this.completeTask(json)
|
||||||
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;
|
|
||||||
})
|
|
||||||
}else{
|
}else{
|
||||||
this.$message.warning('请完善基础信息')
|
this.$message.warning('请完善基础信息')
|
||||||
}
|
}
|
||||||
@@ -451,6 +440,8 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message);
|
this.$message.success(res.message);
|
||||||
this.$router.push("/processCenter");
|
this.$router.push("/processCenter");
|
||||||
|
}else {
|
||||||
|
this.$message.warning(res.message);
|
||||||
}
|
}
|
||||||
this.isSubmit = false;
|
this.isSubmit = false;
|
||||||
this.saveLoading = false;
|
this.saveLoading = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user