fix(Home):连续新建宗地重新加载左侧目录树
Showing
1 changed file
with
6 additions
and
3 deletions
... | @@ -154,9 +154,12 @@ export default { | ... | @@ -154,9 +154,12 @@ export default { |
154 | this.getTreeList(); | 154 | this.getTreeList(); |
155 | } | 155 | } |
156 | }, | 156 | }, |
157 | // "$store.state.zdbsm": function(bsm) { | 157 | "$store.state.zdbsm": function(bsm) { |
158 | // this.getRightTree(bsm); | 158 | this.getRightTree(bsm); |
159 | // }, | 159 | }, |
160 | }, | ||
161 | mounted(){ | ||
162 | |||
160 | }, | 163 | }, |
161 | created() { | 164 | created() { |
162 | if (this.$route.meta) { | 165 | if (this.$route.meta) { | ... | ... |
-
Please register or sign in to post a comment