diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue index 0c138219e..1db0ec4ab 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue @@ -2885,7 +2885,6 @@ json.prcCreateUser = this.form.prcCreateUser json.prcCreateUserName = this.form.prcCreateUserName this.$http.post('lawss/activiti/startProcessRollBack', { - id: this.$route.query.bpnId || '', createUser: this.$store.getters.userInfo.userId, createUserName: this.$store.getters.userInfo.userName, type: 'buss2', @@ -2906,14 +2905,14 @@ if (res.success) { this.$message.success(res.message) this.isSubmit = false - if (this.$route.query.bpnId !== '') { - let taskId = { - id: this.$route.query.bpnId - } - taskDel(taskId).then(res=>{ - return res - }) - } + // if (this.$route.query.bpnId !== '') { + // let taskId = { + // id: this.$route.query.bpnId + // } + // taskDel(taskId).then(res=>{ + // return res + // }) + // } // 流程提交之后,应该流转至待办任务页面 this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) } diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index b8c2b4c57..9a29faf26 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -2861,7 +2861,6 @@ json.prcCreateUser = this.form.prcCreateUser json.prcCreateUserName = this.form.prcCreateUserName this.$http.post('lawss/activiti/startProcessRollBack', { - id: this.$route.query.bpnId || '', createUser: this.$store.getters.userInfo.userId, createUserName: this.$store.getters.userInfo.userName, type: 'buss1',