From 53cfbfce2869dfea3f84337c4b2c0e1be190f220 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 8 Jul 2022 16:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 32dfd34d3..a81744a55 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -634,6 +634,10 @@ }, roleSwitchingClick() { this.visibleRoleSwitching = true + this.$nextTick(()=>{ + this.formInlineRoleSwitching.roleSwitchingCode = this.currentPersonRole + this.$refs.ruleFormRoleSwitching.clearValidate() + }) }, GetgetLoginUserType() { this.$refs.CollectionTabel.getLoginUserType()