perf: 收集用户依赖

This commit is contained in:
ibuler
2022-03-17 17:14:57 +08:00
committed by Jiangjie.Bai
parent ca84cb85f4
commit c061014d7e
2 changed files with 1 additions and 7 deletions

View File

@@ -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) {

View File

@@ -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'],