From feab4fba29089030f54122214c0d28acbcdc592f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 17 Mar 2022 13:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=84=E4=BC=B0=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/phone/xmpg/step4.vue | 4 ++-- src/pages/processCenter/pages/phone/xmpg/step5.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/phone/xmpg/step4.vue b/src/pages/processCenter/pages/phone/xmpg/step4.vue index c24e83246..4ac9b67ab 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step4.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step4.vue @@ -466,7 +466,7 @@ export default { if (!this.commentText) { this.$message.warning("请填写审批意见"); } else { - this.listForm.dlFlag = "2"; + this.listForm.passFlag = "1"; this.listForm.commentText = this.commentText; const json = JSON.stringify(this.listForm); this.$http.post("lawss/activiti/completeTask", { @@ -487,7 +487,7 @@ export default { //提交事件 handleSubmit() { this.isSubmit = true; - this.listForm.dlFlag = "1"; + this.listForm.passFlag = "0"; this.listForm.commentText = this.commentText; const json = JSON.stringify(this.listForm); this.$http.post("lawss/activiti/completeTask", { diff --git a/src/pages/processCenter/pages/phone/xmpg/step5.vue b/src/pages/processCenter/pages/phone/xmpg/step5.vue index a2410475e..f1ed18dbc 100644 --- a/src/pages/processCenter/pages/phone/xmpg/step5.vue +++ b/src/pages/processCenter/pages/phone/xmpg/step5.vue @@ -485,7 +485,7 @@ export default { //提交事件 handleSubmit() { this.isSubmit = true; - this.listForm.dlFlag = "1"; + this.listForm.dataList = this.dataList this.listForm.commentText = this.commentText; const json = JSON.stringify(this.listForm); this.$http.post("lawss/activiti/completeTask", {