Преглед на файлове

地图设备显示问题

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