diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue
index 654667688..e4af7d15e 100644
--- a/jero-web/src/components/tableCollection/index.vue
+++ b/jero-web/src/components/tableCollection/index.vue
@@ -342,15 +342,6 @@
this.LoginUserType = res.result
this.getTableList()
this.$emit('LoginUserType', this.LoginUserType)
- res.result.split(',').forEach((item, index) => {
- if (item === 'homo') {
- this.homo = 1
- } else if (item === 'sdt') {
- this.sdt = 1
- } else if (item === 'dre') {
- this.dre = 1
- }
- })
}
})
},
diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
index dae7991f7..c12cc08a8 100644
--- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
@@ -226,7 +226,7 @@
{{$t('roleSwitching')}}