diff --git a/components/table/index.jsx b/components/table/index.jsx index 4479eb752..d9cfaa448 100644 --- a/components/table/index.jsx +++ b/components/table/index.jsx @@ -93,7 +93,6 @@ let AntTable = React.createClass({ this.setState({ selectionDirty: false, }); - this.setSelectedRowKeys([]); } if (nextProps.rowSelection && 'selectedRowKeys' in nextProps.rowSelection) { @@ -270,7 +269,6 @@ let AntTable = React.createClass({ pagination }; this.setState(newState); - this.setSelectedRowKeys([]); this.props.onChange.apply(this, this.prepareParamsArguments( objectAssign({}, this.state, newState) ));