7d23a82e by 杨威

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

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