src/components/flow/Dept/MyDept.vue
@@ -82,7 +82,7 @@ }, handleCheckChange(data, checked, indeterminate) { if (checked) { if (this.checkList.indexOf(data) === -1) { if (this.checkList.every(item => item.id !== data.id)) { this.checkList.push(data) } } else {