7c59ac60 by zhaoqian

自然幢字典信息数据整理

1 parent f28c141e
......@@ -193,9 +193,10 @@ export default {
});
if (newPath == "/zd") {
this.getRightTree(this.$store.state.zdbsm);
}
if (newPath == "/zrz") {
}else if (newPath == "/zrz") {
this.getRightTree(this.$store.state.zdbsm);
}else {
this.getTreeList();
}
},
"$store.state.zdbsm": function(bsm) {
......