7c59ac60 by zhaoqian

自然幢字典信息数据整理

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