图例项选中后楼盘表的联动
Showing
2 changed files
with
2 additions
and
3 deletions
| ... | @@ -815,10 +815,8 @@ export default { | ... | @@ -815,10 +815,8 @@ export default { |
| 815 | this.$refs.lpbContent.choosedList = []; | 815 | this.$refs.lpbContent.choosedList = []; |
| 816 | this.$refs.lpbContent.$refs.hBsm.forEach((item) => { | 816 | this.$refs.lpbContent.$refs.hBsm.forEach((item) => { |
| 817 | item.style.border = ''; | 817 | item.style.border = ''; |
| 818 | item.className = ''; | ||
| 818 | }); | 819 | }); |
| 819 | // console.log(bsms,'bsms'); | ||
| 820 | // console.log(color,'color'); | ||
| 821 | // Dyzt:{list:[],mj:''} | ||
| 822 | //清除选中户 | 820 | //清除选中户 |
| 823 | // this.$refs.lpbContent.clearChoosedH(); | 821 | // this.$refs.lpbContent.clearChoosedH(); |
| 824 | this.$nextTick(()=>{ | 822 | this.$nextTick(()=>{ | ... | ... |
| ... | @@ -1130,6 +1130,7 @@ export default { | ... | @@ -1130,6 +1130,7 @@ export default { |
| 1130 | this.$refs.lpbContent.scrollLeft = item.offsetLeft; | 1130 | this.$refs.lpbContent.scrollLeft = item.offsetLeft; |
| 1131 | } | 1131 | } |
| 1132 | item.style.border = '1px solid '+this.borderColor; | 1132 | item.style.border = '1px solid '+this.borderColor; |
| 1133 | item.className = "tdSelect" | ||
| 1133 | } | 1134 | } |
| 1134 | }); | 1135 | }); |
| 1135 | }); | 1136 | }); | ... | ... |
-
Please register or sign in to post a comment