路由跳转到宗地时请求左侧目录树
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -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) | ... | ... |
-
Please register or sign in to post a comment