批量户操作与右侧统计数据同步更新
Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -449,7 +449,7 @@ export default { | ... | @@ -449,7 +449,7 @@ export default { |
449 | } | 449 | } |
450 | }, | 450 | }, |
451 | lodding(){ | 451 | lodding(){ |
452 | this.getlpbData(); | 452 | this.getlpbData(); |
453 | }, | 453 | }, |
454 | plZlClose() { | 454 | plZlClose() { |
455 | this.plzlVisible = false; | 455 | this.plzlVisible = false; |
... | @@ -609,9 +609,11 @@ export default { | ... | @@ -609,9 +609,11 @@ export default { |
609 | }); | 609 | }); |
610 | } | 610 | } |
611 | }, | 611 | }, |
612 | //调用楼盘表信息查询接口 | 612 | //调用楼盘表信息查询和图例统计接口 |
613 | getlpbData() { | 613 | getlpbData() { |
614 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,this.scyclx); | 614 | this.$refs.lpbContent.loadingData(this.$store.state.zrzbsm,this.scyclx); |
615 | this.getDyztBsmList(); | ||
616 | this.getLpbFwytAndQlxz(); | ||
615 | //改变楼盘表子组件的key值,重新渲染 | 617 | //改变楼盘表子组件的key值,重新渲染 |
616 | this.time = new Date().getTime(); | 618 | this.time = new Date().getTime(); |
617 | }, | 619 | }, | ... | ... |
-
Please register or sign in to post a comment