|
@@ -339,6 +339,9 @@ export default {
|
|
|
) {
|
|
|
//判断是否为电井
|
|
|
this.showBtnWell = true;
|
|
|
+ setTimeout(()=>{
|
|
|
+ item.selected = true
|
|
|
+ },300)
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
this.visible = true;
|
|
@@ -866,6 +869,10 @@ export default {
|
|
|
},
|
|
|
// 清除电井关联商铺的高亮状态
|
|
|
clearHightLight() {
|
|
|
+ // 所有电井置为 select = false
|
|
|
+ this.topologyParser.imageLegendList.forEach((eqItem) => {
|
|
|
+ eqItem.selected = false;
|
|
|
+ });
|
|
|
ItemColor.spaceHighColor = new SColor("#FBF2CC");
|
|
|
// for (let key in this.wellMap) {
|
|
|
// this.wellMap[key].forEach((item) => {
|