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