魏超 il y a 5 ans
Parent
révision
281fc16021
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/customer/customerlist/components/attribution.jsx

+ 1
- 1
src/pages/customer/customerlist/components/attribution.jsx Voir le fichier

@@ -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
     );