瀏覽代碼

地图设备显示问题

wangkang3 4 年之前
父節點
當前提交
052ab9384f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      ebc-middle-platform/src/modules/orientation/orientation.vue

+ 3 - 1
ebc-middle-platform/src/modules/orientation/orientation.vue

@ -583,7 +583,9 @@ export default {
583 583
              })
584 584
            })
585 585
            point.setAttributes(e)
586
            this.layer.equipmentLayer.addLayer(point)
586
            if (['001', '002', '003'].indexOf(e.FACILITY_TYPE) !== -1) {
587
              this.layer.equipmentLayer.addLayer(point)
588
            }
587 589
          })
588 590
          this.map.addLayer(this.layer.equipmentLayer)
589 591
        })