|
@@ -340,7 +340,7 @@ export default {
|
|
|
payment: false,
|
|
|
sensitiveWord: false,
|
|
|
shop: false,
|
|
|
- authority: true,
|
|
|
+ authority: false,
|
|
|
personnel: false
|
|
|
},
|
|
|
Enterprise:{
|
|
@@ -434,6 +434,9 @@ export default {
|
|
|
personnel:{
|
|
|
personnel1:false,
|
|
|
personnel2:false,
|
|
|
+ },
|
|
|
+ authority:{
|
|
|
+ authority1:false,
|
|
|
}
|
|
|
};
|
|
|
},
|
|
@@ -675,6 +678,11 @@ export default {
|
|
|
this.menuList.shop = true;
|
|
|
} else if (item.id == 290) {
|
|
|
this.menuList.authority = true;
|
|
|
+ item.children?item.children.map((a)=>{
|
|
|
+ if(a.id==340){
|
|
|
+ this.authority.authority1=true
|
|
|
+ }
|
|
|
+ }):''
|
|
|
} else if (item.id == 291) {
|
|
|
this.menuList.personnel = true;
|
|
|
item.children?item.children.map((a)=>{
|