mirror of https://gitee.com/xiaonuobase/snowy
【修复】使用整行选择时,外部selectedRowKeys没变化问题
parent
56d9c3ff36
commit
00e508f3c8
|
@ -515,6 +515,8 @@
|
|||
selectedRowKeys.splice(index, 1)
|
||||
}
|
||||
this.updateSelect(selectedRowKeys, selectedRows)
|
||||
typeof this.rowSelection.onChange !== 'undefined' &&
|
||||
this.rowSelection.onChange(selectedRowKeys, selectedRows)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue