diff --git a/src/components/TagSearch/index.vue b/src/components/TagSearch/index.vue index 74c9acbeb..5a3b2810d 100644 --- a/src/components/TagSearch/index.vue +++ b/src/components/TagSearch/index.vue @@ -102,13 +102,6 @@ export default { } }, watch: { - // filterTags: { - // handler(val) { - // this.$nextTick(() => this.$emit('tagSearch', this.filterMaps)) - // // this.$emit('tagSearch', this.filterMaps) - // }, - // deep: true - // } options: { handler(val) { if (val && val.length > 0) { diff --git a/src/views/users/Role/RoleDetail/RoleInfo.vue b/src/views/users/Role/RoleDetail/RoleInfo.vue index 1b3530068..7769f9e6c 100644 --- a/src/views/users/Role/RoleDetail/RoleInfo.vue +++ b/src/views/users/Role/RoleDetail/RoleInfo.vue @@ -98,6 +98,7 @@ export default { 'assets.commandfilterrule': ['assets.view_commandfilter'], 'assets.gateway': ['assets.view_domain'], 'assets.view_authbook': ['assets.view_node'], + 'assets.gathereduser': ['assets.view_node'], 'applications.add_application': ['assets.view_asset'], 'applications.view_account': ['applications.view_application'], 'perms.view_assetpermission': ['assets.view_node'],