fix: 企标废止流程批准后的处理修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user