Sfoglia il codice sorgente

地图设备显示问题

wangkang3 4 anni fa
parent
commit
052ab9384f

+ 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
        })