优化
This commit is contained in:
parent
9e20a90811
commit
2fc6e4eb7b
@ -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 () { },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user