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} },