c946ae38 by 杨威

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

1 parent b3196c51
......@@ -815,10 +815,8 @@ export default {
this.$refs.lpbContent.choosedList = [];
this.$refs.lpbContent.$refs.hBsm.forEach((item) => {
item.style.border = '';
item.className = '';
});
// console.log(bsms,'bsms');
// console.log(color,'color');
// Dyzt:{list:[],mj:''}
//清除选中户
// this.$refs.lpbContent.clearChoosedH();
this.$nextTick(()=>{
......
......@@ -1130,6 +1130,7 @@ export default {
this.$refs.lpbContent.scrollLeft = item.offsetLeft;
}
item.style.border = '1px solid '+this.borderColor;
item.className = "tdSelect"
}
});
});
......