用户管理 角色配置品牌选择框
This commit is contained in:
@@ -149,6 +149,7 @@ export default {
|
|||||||
if(val.roleCode == 'Viewer' && item == val.id){
|
if(val.roleCode == 'Viewer' && item == val.id){
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.viewshow = true
|
this.viewshow = true
|
||||||
|
this.viewshowbrand = true
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
} else if(val.roleCode == 'BrandAdministrator' && item == val.id) {
|
} else if(val.roleCode == 'BrandAdministrator' && item == val.id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user