|
|
|
|
@ -187,7 +187,6 @@ export default {
|
|
|
|
|
this.isIndeterminate = false;
|
|
|
|
|
},
|
|
|
|
|
handleCheckedUsersChange(value) {
|
|
|
|
|
console.log(value)
|
|
|
|
|
let checkedCount = value.length;
|
|
|
|
|
let dataLength = this.pickUsers?.map(i => i.users.map(j => j.id))?.flat()?.length ?? 0;
|
|
|
|
|
this.checkAll = checkedCount === dataLength
|
|
|
|
|
|