Merge remote-tracking branch 'origin/fix_2nd_period' into fix_2nd_period

This commit is contained in:
wangzhijiang
2022-12-30 11:54:47 +08:00
@@ -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) {