9927a108 by 杨威

目录树联动

1 parent 7822068d
......@@ -156,7 +156,7 @@ export default {
}else if(newPath == "/dz"){
// this.getRightTreeByDzbsm(this.$store.state.dzbsm);
}else if(newPath == "/h"){
this.getRightTreeByHbsm(this.$store.state.hbsm);
// this.getRightTreeByHbsm(this.$store.state.hbsm);
} else if(newPath == "/viewMap"){
this.isMap = true;
if(this.$route.query.type == "zd"){
......