From 289727b6592954abbb9794ecce7f2a66222c623e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 15 Feb 2022 09:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=84=E4=BC=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=90=BD=E5=AE=9E=E4=BA=BA=E5=88=A0=E9=99=A4=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzpg/step4.vue | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue index 71426e24e..406c19d4b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step4.vue @@ -263,7 +263,6 @@ @@ -448,31 +446,6 @@ export default { }, e => { }); }, - //驳回 - beforeBack(){ - if(!this.commentText){ - this.$message.warning('请填写审批意见') - }else{ - this.listForm.commentText = this.commentText - this.listForm.stepFlag = '1' - const json = JSON.stringify(this.listForm); - this.isSubmit = true - this.$http.post('lawss/activiti/completeTask', { - taskIds: this.taskIds, - userId: this.userId, - json: json, - }, { - _this: this - }, res => { - if (res.success) { - this.$message.success(res.message) - this.$router.push('/processCenter') - } - this.isSubmit = false - }, e => { - }); - } - }, //确认转办 checkedRole (data) { this.assigneeNewLoading = true