This commit is contained in:
熊成强 2020-11-23 17:03:15 +08:00
parent 9e20a90811
commit 2fc6e4eb7b

View File

@ -39,7 +39,7 @@ export default {
} else { } else {
this.activeIndex = '' 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 () { }, beforeMount () { },
mounted () { }, mounted () { },