xiangpei
2025-01-20 c702199e8b384ea25d4f1778a297d309d392b9f3
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)
      }