c946ae38 by 杨威

图例项选中后楼盘表的联动

1 parent b3196c51
...@@ -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 });
......