派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-12 188abb2598a9253b19762d0cf4c4b36db64bfe8b
src/components/panel/ToolBoxPanel.vue
@@ -278,7 +278,6 @@
    })
  },
  methods: {
    init (map) {
      this.map = map
      this.toolBoxPanelVisible = true
@@ -288,7 +287,7 @@
        this.drawLayer = this.L.layerGroup().addTo(this.map)
      }
      this.active = index
      console.log(this.basemapList)
      // console.log(this.basemapList)
      for (let i = 0; i < this.isShow.length; i++) {
        if (i !== index) {
          this.isShow[i] = false