From c55fd67d387478446f07aeb6fefd06507f9c398b Mon Sep 17 00:00:00 2001 From: CD <1103614279@qq.com> Date: Tue, 10 Jan 2023 16:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=AE=A1=E6=B5=81=E7=A8=8B=E5=90=8E?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86=E8=B5=B7=E8=8D=89=20?= =?UTF-8?q?=E8=8D=89=E7=A8=BF=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbfs/step7.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step7.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step7.vue index d3e55580a..75b35cd72 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step7.vue @@ -3167,14 +3167,14 @@ export default { if (res.data === '操作成功') { this.submitLoading = false 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'}) } else {