From bb92e3f22b54c9a498e468215be5bc9b4fb8b240 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Thu, 10 Oct 2024 18:51:50 +0800 Subject: [PATCH] fixed: Fixed command filtering and command group tab switching issues --- src/views/acl/CommandAcl/index.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/views/acl/CommandAcl/index.vue b/src/views/acl/CommandAcl/index.vue index 9c58d8f09..5101940f8 100644 --- a/src/views/acl/CommandAcl/index.vue +++ b/src/views/acl/CommandAcl/index.vue @@ -2,7 +2,6 @@ @@ -35,18 +34,6 @@ export default { ] } } - }, - methods: { - handleTabClick(tab) { - const query = _.cloneDeep(this.$route.query) - const newQuery = { - ...query, - tab: tab.name - } - this.$nextTick(() => { - this.$router.replace({ query: newQuery }) - }) - } } }