多幢页面刷新更新树目录数据
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -248,6 +248,8 @@ export default { | ... | @@ -248,6 +248,8 @@ export default { |
248 | this.getRightTreeByZrzbsm(this.$store.state.zrzbsm) | 248 | this.getRightTreeByZrzbsm(this.$store.state.zrzbsm) |
249 | }else if(this.$route.path == '/zd'){ | 249 | }else if(this.$route.path == '/zd'){ |
250 | this.getRightTree(this.$store.state.zdbsm) | 250 | this.getRightTree(this.$store.state.zdbsm) |
251 | }else if(this.$route.path == '/dz'){ | ||
252 | this.getRightTree(this.$store.state.dzbsm) | ||
251 | }else{ | 253 | }else{ |
252 | this.getTreeList(); | 254 | this.getTreeList(); |
253 | } | 255 | } | ... | ... |
-
Please register or sign in to post a comment