自然幢字典信息数据整理
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -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) { | ... | ... |
-
Please register or sign in to post a comment