优化
This commit is contained in:
parent
152ca06c0b
commit
0917d7f5f8
@ -317,7 +317,7 @@
|
||||
</el-checkbox-group>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
v-if="popupFromSub.menuCheckData.indexOf(2)>-1"
|
||||
v-if="popupFromSub.menuCheckData.indexOf(2)>-1 &&popupFromSub.menuCheckData.includes(21) "
|
||||
label="考评组权限"
|
||||
>
|
||||
<div>
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user