diff --git a/src/components/StandardTable/index.js b/src/components/StandardTable/index.js index 9e8c85ad19e7ca123da90b8002cceab8d3af6e34..042335435e783e9d93590429b3fd7977f1acf6e2 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 { /> );