remove comment

This commit is contained in:
afc163 2017-01-09 19:35:41 +08:00
parent 5fd3baaff0
commit 7548f2068f

View File

@ -207,7 +207,6 @@ export default class Table<T> extends React.Component<TableProps<T>, any> {
this.CheckboxPropsCache = {}; this.CheckboxPropsCache = {};
} }
} }
// dataSource 的变化会清空选中项
if ('dataSource' in nextProps && if ('dataSource' in nextProps &&
nextProps.dataSource !== this.props.dataSource) { nextProps.dataSource !== this.props.dataSource) {
this.store.setState({ this.store.setState({