From 724cc9eecf10e3f1dcb8e2a7a7f55849d74987d4 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, 26 Apr 2022 11:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E6=94=BE=E5=88=B0=E5=A4=96?= =?UTF-8?q?=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue index 5dab77961..84c0d93a9 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue @@ -452,6 +452,8 @@ export default { json.directorFlag = '0' json.onlyKey = this.onlyKey json.commentText = this.commentText8 + json.presidentUser = this.form.presidentUser + json.presidentUserName = this.form.presidentUserName this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds,