傅行帆 5 년 전
부모
커밋
9092cfe644
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/recommend/recommendCustomer/components/attribution.jsx

+ 1
- 1
src/pages/recommend/recommendCustomer/components/attribution.jsx 파일 보기

@@ -141,7 +141,7 @@ class ModalAttribution extends React.Component {
141 141
             // onOk={() => this.handleOk()}
142 142
             onCancel={(e) => this.handleCancel(e)}
143 143
           >
144
-            <Table rowKey="attribution" dataSource={this.state.dataSource.records} columns={columns} pagination={{ total: this.state.dataSource.total, onChange: e => this.onChange(e) }} />
144
+            <Table rowKey="attribution" dataSource={this.state.dataSource.records} columns={columns} pagination={{ pageSize: 5,total: this.state.dataSource.total, onChange: e => this.onChange(e) }} />
145 145
           </Modal>
146 146
       </>
147 147
     );