7d23a82e by 杨威

路由跳转到宗地时请求左侧目录树

1 parent 1665cd18
...@@ -195,6 +195,9 @@ ...@@ -195,6 +195,9 @@
195 item.select = true; 195 item.select = true;
196 } 196 }
197 }); 197 });
198 if(newPath == '/zd'){
199 this.getRightTree(this.$store.state.zdbsm)
200 }
198 }, 201 },
199 "$store.state.zdbsm": function (bsm) { 202 "$store.state.zdbsm": function (bsm) {
200 this.getRightTree(bsm) 203 this.getRightTree(bsm)
......