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:
ZhaoJiSen 2024-07-09 11:12:00 +08:00 committed by GitHub
commit 50b7f54652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 21 deletions

View File

@ -201,7 +201,7 @@ export default [
hidden: true, hidden: true,
meta: { meta: {
title: i18n.t('CommandGroupDetail'), title: i18n.t('CommandGroupDetail'),
activeMenu: '' activeMenu: '/console/perms/acls/cmd-acls'
} }
}, },
{ {

View File

@ -68,11 +68,6 @@ export default {
} }
} }
} }
},
activated() {
setTimeout(() => {
this.$refs.listTable.reloadTable()
}, 300)
} }
} }
</script> </script>

View File

@ -32,15 +32,9 @@ export default {
title: this.$t('Basic'), title: this.$t('Basic'),
name: 'Detail' name: 'Detail'
} }
], ]
actions: {
}
} }
} }
} }
} }
</script> </script>
<style scoped>
</style>

View File

@ -53,11 +53,6 @@ export default {
} }
} }
} }
}, }
computed: {}
} }
</script> </script>
<style>
</style>

View File

@ -36,8 +36,6 @@ export default {
} }
} }
}, },
mounted() {
},
methods: { methods: {
handleTabClick(tab) { handleTabClick(tab) {
const query = _.cloneDeep(this.$route.query) const query = _.cloneDeep(this.$route.query)