zxl
2025-03-20 ac1f8e130c8753d0a69f1e83d698c46d13c63044
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)
      }