From b8929a77fa487a62d114075a5a9c86533ce9b9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 13 Apr 2022 14:25:01 +0800 Subject: [PATCH] =?UTF-8?q?52548=20=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82?= =?UTF-8?q?=E6=84=8F=E8=A7=81=EF=BC=9A=E6=84=8F=E8=A7=81=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E6=8A=A5=E6=89=B9=E8=8A=82=E7=82=B9=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8D=E5=BD=92=E6=A1=A3=20=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue index e1cc1e674..8e90c9433 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue @@ -355,6 +355,8 @@ export default { json.commentText = this.commentText2; json.responUserList = this.form.responUserList; json.responUserListName = this.form.responUserListName; + json.presidentUser = this.form.presidentUser + json.presidentUserName = this.form.presidentUserName json.introduce = false; this.$http.post("lawss/activiti/completeTask", { json: JSON.stringify(json),