mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【修复】使用整行选择时,外部selectedRowKeys没变化问题
This commit is contained in:
@@ -515,6 +515,8 @@
|
||||
selectedRowKeys.splice(index, 1)
|
||||
}
|
||||
this.updateSelect(selectedRowKeys, selectedRows)
|
||||
typeof this.rowSelection.onChange !== 'undefined' &&
|
||||
this.rowSelection.onChange(selectedRowKeys, selectedRows)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user