派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-03-25 1b7cbdf995926460e16b8879f5813f0cfc141fac
src/components/panel/ToolBoxPanel.vue
@@ -292,17 +292,17 @@
      this.active = index
      if (this.checkbutton === index) {
        this.checked = !this.checked
        this.Selecd = -1
      } else {
        if (this.checkbutton === -1) {
          this.checked = !this.checked
        } else {
          this.checked = !this.checked
          this.checked = true
        }
      }
      this.checkbutton = index
    },
    choiceItem (itemT, indexT) {
      // this.Selecd = indexT
      this.Selecd = indexT
      if (this.isSelecd === indexT) {
        this.checkedItem = !this.checkedItem
@@ -406,7 +406,6 @@
    },
    changeSelectMouse () {
      this.selectGroup = true
      this.checked = false
    }
  }
}