fuliqi
2025-02-11 e57e645d24a89adb3391be16f6948b292183fa04
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)
      }