变更业务切换楼盘表实预测类型时重新渲染楼盘表
Showing
3 changed files
with
6 additions
and
0 deletions
... | @@ -571,6 +571,8 @@ | ... | @@ -571,6 +571,8 @@ |
571 | //获取图例数据 | 571 | //获取图例数据 |
572 | this.getDyztBsmList(); | 572 | this.getDyztBsmList(); |
573 | this.getLpbFwytAndQlxz(); | 573 | this.getLpbFwytAndQlxz(); |
574 | //重新渲染楼盘表 | ||
575 | this.$refs.lpbContent.dataChange(); | ||
574 | }, | 576 | }, |
575 | inputChange() { | 577 | inputChange() { |
576 | if (this.bdcdyh != "") { | 578 | if (this.bdcdyh != "") { | ... | ... |
... | @@ -407,6 +407,8 @@ export default { | ... | @@ -407,6 +407,8 @@ export default { |
407 | //获取图例数据 | 407 | //获取图例数据 |
408 | this.getDyztBsmList(); | 408 | this.getDyztBsmList(); |
409 | this.getLpbFwytAndQlxz(); | 409 | this.getLpbFwytAndQlxz(); |
410 | //重新渲染楼盘表 | ||
411 | this.$refs.lpbContent.dataChange(); | ||
410 | }, | 412 | }, |
411 | inputChange() { | 413 | inputChange() { |
412 | if (this.bdcdyh != "") { | 414 | if (this.bdcdyh != "") { | ... | ... |
... | @@ -397,6 +397,8 @@ export default { | ... | @@ -397,6 +397,8 @@ export default { |
397 | //获取图例数据 | 397 | //获取图例数据 |
398 | this.getDyztBsmList(); | 398 | this.getDyztBsmList(); |
399 | this.getLpbFwytAndQlxz(); | 399 | this.getLpbFwytAndQlxz(); |
400 | //重新渲染楼盘表 | ||
401 | this.$refs.lpbContent.dataChange(); | ||
400 | }, | 402 | }, |
401 | inputChange() { | 403 | inputChange() { |
402 | if (this.bdcdyh != "") { | 404 | if (this.bdcdyh != "") { | ... | ... |
-
Please register or sign in to post a comment