From be214cee4047d4674631fd0063af6cd7afc774f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 18 Oct 2023 17:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=94=BF=E7=AD=96=E5=BE=81?= =?UTF-8?q?=E6=B1=82=E6=84=8F=E8=A7=81=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/roleTree/index.vue | 1 - .../components/personnelInformation.vue | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/roleTree/index.vue b/src/components/roleTree/index.vue index 1a9e86cc1..95cc0e074 100644 --- a/src/components/roleTree/index.vue +++ b/src/components/roleTree/index.vue @@ -413,7 +413,6 @@ isVisible(val) { this.visible = val if (val) { - this.roleList = [] this.nodeList2 = this.nodeList if (this.nodeList2.length && this.nodeList2[0].length) { let ids = '' diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/personnelInformation.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/personnelInformation.vue index eb01772ca..273698c56 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/personnelInformation.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/personnelInformation.vue @@ -6,14 +6,14 @@ :model="roleForm" :rules="roleFormRules" class="label-input-form myForm"> - + - +

起草

- -
@@ -218,8 +218,8 @@ } }, mounted() { - this.roleForm.startUser = this.$store.getters.userInfo.userId - this.roleForm.startUserName = this.$store.getters.userInfo.userName + this.roleForm.prcCreateUser = this.$store.getters.userInfo.userId + this.roleForm.prcCreateUserName = this.$store.getters.userInfo.userName this.roleForm = {...this.roleForm} }, methods: { @@ -312,8 +312,8 @@ shr2UserIds: row.shr2UserIds, shr2UserNames: row.shr2UserNames, - startUser: row.startUser, - startUserName: row.startUserName, + prcCreateUser: row.prcCreateUser, + prcCreateUserName: row.prcCreateUserName, } this.roleForm = {...this.roleForm} },