|
@@ -2818,7 +2818,7 @@
|
|
|
for (let r of this.options.data) {
|
|
for (let r of this.options.data) {
|
|
|
r[this.header.stateField] = false
|
|
r[this.header.stateField] = false
|
|
|
}
|
|
}
|
|
|
- this.$selectItem.filter(':checked').not($this).prop('checked', false)
|
|
|
|
|
|
|
+ this.$selectItem.filter(':checked').not($el).prop('checked', false)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
row[this.header.stateField] = checked
|
|
row[this.header.stateField] = checked
|