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] },