|
@@ -347,7 +347,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
// 点击底图商铺高亮对应的电井
|
|
|
- shopLisghtWell(itemList) {
|
|
|
+ shopLisghtWell() {
|
|
|
const getParams = {
|
|
|
plazaId: this.plazaId,
|
|
|
floor: this.floorid,
|
|
@@ -731,7 +731,7 @@ export default {
|
|
|
t.connect("legendItemClick", t, this.handleClickLegendItem);
|
|
|
});
|
|
|
// 获取本层楼所有电井对应的商铺 id
|
|
|
- this.shopLisghtWell(this.topologyParser.imageLegendList);
|
|
|
+ this.shopLisghtWell();
|
|
|
|
|
|
// 增加管线类
|
|
|
// 增加图标类图例
|