diff --git a/src/components/StandardTable/index.js b/src/components/StandardTable/index.js index 9e8c85ad..04233543 100644 --- a/src/components/StandardTable/index.js +++ b/src/components/StandardTable/index.js @@ -65,9 +65,8 @@ class StandardTable extends PureComponent { const { selectedRowKeys, needTotalList } = this.state; const { data: { list, pagination }, - loading, - columns, rowKey, + ...rest } = this.props; const paginationProps = { @@ -110,13 +109,12 @@ class StandardTable extends PureComponent { /> );