fuliqi
2025-02-14 cbb1cc11a9557ce5c3cca9bca549b098436092b6
src/components/flow/Dept/index.vue
@@ -74,7 +74,9 @@
    },
    handleCheckChange(data, checked, indeterminate) {
      if (checked) {
        this.checkList.push(data)
        if (this.checkList.indexOf(data) === -1) {
          this.checkList.push(data)
        }
      } else {
        this.checkList = this.checkList.filter(item => item !== data)
      }