diff --git a/components/table/index.jsx b/components/table/index.jsx index 4479eb7525c5492721f2e96b9437e244d2a9d48a..d9cfaa448f3318cbe1307e37d0dc949f5ca5e33c 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) ));