切换实预测类型时更新房屋性质和房屋用途统计数据
Showing
2 changed files
with
4 additions
and
3 deletions
... | @@ -485,6 +485,7 @@ export default { | ... | @@ -485,6 +485,7 @@ export default { |
485 | }) | 485 | }) |
486 | //获取图例数据 | 486 | //获取图例数据 |
487 | this.getDyztBsmList(); | 487 | this.getDyztBsmList(); |
488 | this.getLpbFwytAndQlxz(); | ||
488 | }, | 489 | }, |
489 | //获取高度计算lpb内容区高度 | 490 | //获取高度计算lpb内容区高度 |
490 | getHeight() { | 491 | getHeight() { | ... | ... |
... | @@ -692,9 +692,9 @@ export default { | ... | @@ -692,9 +692,9 @@ export default { |
692 | // console.log(this.choosedList,'this.choosedList'); | 692 | // console.log(this.choosedList,'this.choosedList'); |
693 | this.choosedList.forEach((i) => { | 693 | this.choosedList.forEach((i) => { |
694 | if (item.dataset.bsm == i) { | 694 | if (item.dataset.bsm == i) { |
695 | console.log(item.style.borderColor ,'item.style.borderColor '); | 695 | // console.log(item.style.border,'item.style.border'); |
696 | console.log(this.borderColor,'this.borderColor'); | 696 | // console.log(this.borderColor,'this.borderColor'); |
697 | item.style.borderColor = this.borderColor; | 697 | item.style.border = '1px solid '+this.borderColor; |
698 | } | 698 | } |
699 | }); | 699 | }); |
700 | }); | 700 | }); | ... | ... |
-
Please register or sign in to post a comment