const rowSelection = {
selectedRowKeys,
onChange: this.onSelectChange,
};
react学习(15)-getTime selectedRowKeys是this.props取值的
const rowSelection = {
selectedRowKeys,
onChange: this.onSelectChange,
};