diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue index 6a5024bc7..29d288232 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/step5.vue @@ -579,16 +579,17 @@ export default { if (res.success) { this.addLog(this.qbfsForm) this.$message.success(res.message) - if(this.type === '4'){ - this.batchToDoTasks(data.ids).then((result)=>{ - if(result.ok){ - console.log(result) - this.$router.push('/processCenter') - } - }) - }else{ + // 重复发送代办 + // if(this.type === '4'){ + // this.batchToDoTasks(data.ids).then((result)=>{ + // if(result.ok){ + // console.log(result) + // this.$router.push('/processCenter') + // } + // }) + // }else{ this.$router.push('/processCenter') - } + // } } this.isSubmit = false this.saveLoading = false