From 08913c26010a00c768cff72739eda4e35164a53e Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 9 Dec 2021 15:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E4=BC=9A=E6=B5=81=E7=A8=8B=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzhHy-ch/step3.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue index c369e42d1..211ad41a9 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue @@ -6,7 +6,7 @@
基础信息
-
流程信息
+
流程信息
@@ -352,9 +352,9 @@ export default { this.$nextTick(() => { this.ch_pageData = JSON.parse(JSON.stringify(item)).ch_pageData this.uploadFileLength = this.ch_pageData.fileTextList.length - this.rh_pageData.fillDept = this.$store.getters.userInfo.institutionName - this.rh_pageData.fillUnit = this.$store.getters.userInfo.upDeptName - this.rh_pageData.fillTel = this.$store.getters.userInfo.phone + this.ch_pageData.fillDept = this.$store.getters.userInfo.institutionName + this.ch_pageData.fillUnit = this.$store.getters.userInfo.upDeptName + this.ch_pageData.fillTel = this.$store.getters.userInfo.phone this.ch_pageData.fillPeopleId = this.$store.getters.userInfo.userId this.ch_pageData.fillPeople = this.$store.getters.userInfo.userName this.roleForm = JSON.parse(JSON.stringify(item)).roleList