From dc7f98234740a27a7f780617e676c855bde0cff5 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Thu, 23 Nov 2023 11:46:12 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E7=AB=8B=E9=A1=B9=E8=AE=A1=E5=88=92=E6=92=A4=E5=9B=9E?= =?UTF-8?q?=E5=90=8E=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=90=8E=E6=9C=AA=E7=94=9F=E6=95=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue index cadd864ca..61b441f56 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue @@ -1084,7 +1084,7 @@ export default { }, listSubmit (item) { return new Promise((resolve, reject) => { - let newForm = Object.assign(this.roleForm, item,this.qblx_pageData); + let newForm = Object.assign(this.roleForm, this.qblx_pageData,item); newForm.startUserName = this.$store.getters.userInfo.userName newForm.startUser = this.$store.getters.userInfo.userId newForm.dockUser = item.drafter