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()