mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 15:36:56 +00:00
Merge pull request #4193 from jumpserver/pr@dev@fix_menu_heighlight
fixed: Missing menu highlight in command group detail page
This commit is contained in:
commit
50b7f54652
@ -201,7 +201,7 @@ export default [
|
||||
hidden: true,
|
||||
meta: {
|
||||
title: i18n.t('CommandGroupDetail'),
|
||||
activeMenu: ''
|
||||
activeMenu: '/console/perms/acls/cmd-acls'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -68,11 +68,6 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
activated() {
|
||||
setTimeout(() => {
|
||||
this.$refs.listTable.reloadTable()
|
||||
}, 300)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -32,15 +32,9 @@ export default {
|
||||
title: this.$t('Basic'),
|
||||
name: 'Detail'
|
||||
}
|
||||
],
|
||||
actions: {
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@ -53,11 +53,6 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
@ -36,8 +36,6 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
handleTabClick(tab) {
|
||||
const query = _.cloneDeep(this.$route.query)
|
||||
|
Loading…
Reference in New Issue
Block a user