This commit is contained in:
熊成强 2020-11-10 09:39:08 +08:00
parent 152ca06c0b
commit 0917d7f5f8
2 changed files with 10 additions and 1 deletions

View File

@ -317,7 +317,7 @@
</el-checkbox-group> </el-checkbox-group>
</el-form-item> </el-form-item>
<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="考评组权限" label="考评组权限"
> >
<div> <div>

View File

@ -31,6 +31,15 @@ export default {
groundTable, groundTable,
tryAuthority tryAuthority
}, },
created () {
if (this.auth.evaluationSet) {
this.activeIndex = '0'
} else if (this.auth.roleSet) {
this.activeIndex = '1'
} else {
this.activeIndex = ''
}
},
beforeMount () { }, beforeMount () { },
mounted () { }, mounted () { },
methods: { methods: {