|
@@ -2681,7 +2681,7 @@ class BootstrapTable {
|
|
|
|
|
|
|
|
_toggleCheck (checked, index) {
|
|
_toggleCheck (checked, index) {
|
|
|
const $el = this.$selectItem.filter(`[data-index="${index}"]`)
|
|
const $el = this.$selectItem.filter(`[data-index="${index}"]`)
|
|
|
- const row = this.data[index]
|
|
|
|
|
|
|
+ const row = this.options.data[index]
|
|
|
|
|
|
|
|
if (
|
|
if (
|
|
|
$el.is(':radio') ||
|
|
$el.is(':radio') ||
|