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", {