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