From be06206e8b3a5324e2e388eb4ca0ca1fba59e4d3 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 8 Jul 2022 17:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/match/manage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/match/manage/index.vue b/src/views/match/manage/index.vue index b3b803e..d5efdcd 100644 --- a/src/views/match/manage/index.vue +++ b/src/views/match/manage/index.vue @@ -64,7 +64,7 @@ export default { tab2 || delete this.tabs.second tab3 || delete this.tabs.third tab4 || delete this.tabs.fourth - const type = this.$route.query.type + const type = this.$route.query.tab const keys = Object.keys(this.tabs) this.active = keys.includes(type) ? type : keys[0] },