9927a108 by 杨威

目录树联动

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