From 40dee75a660fbe74a0d69abab4162fed8357ef0e Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Fri, 31 Dec 2021 15:56:01 +0800 Subject: [PATCH] commit --- src/pages/processCenter/pages/creatProcess/bzjd/step3.vue | 6 +++++- src/pages/processCenter/pages/creatProcess/bzjd/step4.vue | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index cb9ddd400..f60530f31 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -464,6 +464,7 @@ name: "bzjdStep3", data() { return { + AOLIGEI: '', commentText3: '', BDtext: false, itemsNum: '', @@ -746,7 +747,8 @@ roleForm: this.roleForm, commentText3: this.commentText3, itemList: this.itemList, - standInData: this.sarType + standInData: this.sarType, + AOLIGEI: this.AOLIGEI })) saveTaskForPub(_formData).then(res => { this.saveLoading = false @@ -826,6 +828,7 @@ var json = this.json json.commentText = this.commentText3 json.itemList = this.itemList + json.AOLIGEI = this.AOLIGEI this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, @@ -858,6 +861,7 @@ this.acceptShow = false this.submitShow = true } + this.AOLIGEI = data.AOLIGEI this.commentText3 = data.commentText3 || '' this.todoId = res.id this.form.itemsNum = data.itemsNum || data.form.itemsNum diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue index ae7cf116b..1095dfb25 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue @@ -441,7 +441,6 @@ var json = this.json json.resolveFlag = 1 json.commentText = this.commentText4 - json.AOLIGEI = this.AOLIGEI this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds,