From 2fc6e4eb7b15595df5ef1502aef78bec027f6874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Mon, 23 Nov 2020 17:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/set/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kpi/set/index.vue b/src/views/kpi/set/index.vue index e2798fa..0248bf2 100644 --- a/src/views/kpi/set/index.vue +++ b/src/views/kpi/set/index.vue @@ -39,7 +39,7 @@ export default { } else { this.activeIndex = '' } - if (this.auth.evaluationSet && this.auth.roleSet) this.activeIndex = this.$route.query.activeIndex + if (this.auth.evaluationSet && this.auth.roleSet) this.activeIndex = this.$route.query.activeIndex || '0' }, beforeMount () { }, mounted () { },