diff --git a/src/views/kpi/set/authority/index.vue b/src/views/kpi/set/authority/index.vue index 3adf940..584ed6d 100644 --- a/src/views/kpi/set/authority/index.vue +++ b/src/views/kpi/set/authority/index.vue @@ -317,7 +317,7 @@
diff --git a/src/views/kpi/set/index.vue b/src/views/kpi/set/index.vue index 54c2453..46ef059 100644 --- a/src/views/kpi/set/index.vue +++ b/src/views/kpi/set/index.vue @@ -31,6 +31,15 @@ export default { groundTable, tryAuthority }, + created () { + if (this.auth.evaluationSet) { + this.activeIndex = '0' + } else if (this.auth.roleSet) { + this.activeIndex = '1' + } else { + this.activeIndex = '' + } + }, beforeMount () { }, mounted () { }, methods: {