派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-13 e5b3ac602230c6782afcd2ddb5f55020c87b2f25
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