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) }