From 4df0471b7dff0494625ff09969b1a13b5359a26e Mon Sep 17 00:00:00 2001 From: XingChuan <m17600301067@163.com> Date: 星期一, 31 五月 2021 22:41:47 +0800 Subject: [PATCH] 统计表弹框UI优化;增加点击企业名称缩放至企业;二级表展示功能优化。 --- src/views/baseInfoMgr/pipeline/PipeLineIndex.vue | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/src/views/baseInfoMgr/pipeline/PipeLineIndex.vue b/src/views/baseInfoMgr/pipeline/PipeLineIndex.vue index 7118d09..84ae2a2 100644 --- a/src/views/baseInfoMgr/pipeline/PipeLineIndex.vue +++ b/src/views/baseInfoMgr/pipeline/PipeLineIndex.vue @@ -9,7 +9,6 @@ import 'leaflet/dist/leaflet.css' import Sgis from '@src/Sgis' import PipeLineList from './PipeLineList' -import { mapMutations } from 'vuex' export default { name: 'PipeLineIndex', @@ -20,20 +19,10 @@ }) }, methods: { - ...mapMutations({ - setMapObj: 'setMapObj', - setLayerHelper: 'setLayerHelper' - }), init () { const mapcontainer = this.$refs.rootmap - this.mapObj = Sgis.initMap(mapcontainer) - this.basemapHelper = Sgis.initBasemaps(this.mapObj.map, this.mapObj.L) // 鍒濆鍖栧簳鍥� - this.vectorLayerHelper = Sgis.initLayers(this.mapObj.map, this.mapObj.L, {}, this.$nodeEnv) // 鍒濆鍖栦笟鍔″浘灞� - this.setLayerHelper(this.vectorLayerHelper) + Sgis.initMap(mapcontainer) return this.map - }, - setLayerHelper () { - } } } -- Gitblit v1.8.0