派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-21 b92a4b9486907f453463cd3a545a11ac7a629840
src/components/BaseNav/pipeline/AffiliatedFacilities.vue
@@ -54,6 +54,7 @@
import WfsHelper from '@components/helpers/WfsHelper'
import AjaxUtils from '@utils/AjaxUtils'
import { LayerFsss } from '@src/conf/layers/LayerFsss'
import { locate } from '../../helpers/LocateHelper'
// console.log(LayerFsss, 8888888888)
export default {
@@ -120,7 +121,7 @@
    },
    handleLocation (val, index) {
      this.activeNum = index
      window.layerFactory.flyByFeature(val, this.dataType.code)
      locate(val, this.dataType)
    }
  }
}