소스 검색

线上问题

魏超 5 년 전
부모
커밋
281fc16021
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/customer/customerlist/components/attribution.jsx

+ 1
- 1
src/pages/customer/customerlist/components/attribution.jsx 파일 보기

@@ -135,7 +135,7 @@ class ModalAttribution extends React.Component {
135 135
             // onOk={() => this.handleOk()}
136 136
             onCancel={(e) => this.handleCancel(e)}
137 137
           >
138
-            <Table rowKey="attribution" dataSource={this.state.dataSource.records} columns={columns} pagination={{ total: this.state.dataSource.total, onChange: e => this.onChange(e) }} />
138
+            <Table rowKey="attribution" dataSource={this.state.dataSource.records} columns={columns} pagination={{ total: this.state.dataSource.total, pageSize: this.state.dataSource.size, onChange: e => this.onChange(e) }} />
139 139
           </Modal>
140 140
       </>
141 141
     );