dingxin 5 years ago
parent
commit
4e761afc53
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/customer/customerlist/components/recommend.jsx

+ 2
- 2
src/pages/customer/customerlist/components/recommend.jsx View File

135
             // onOk={() => this.handleOk()}
135
             // onOk={() => this.handleOk()}
136
             onCancel={(e) => this.handleCancel(e)}
136
             onCancel={(e) => this.handleCancel(e)}
137
           >
137
           >
138
-            {console.log('this.state.dataSource', this.state.dataSource)}
139
-            <Table dataSource={this.state.dataSource.records} rowKey="integralrecord" columns={columns} pagination={{ total: this.state.dataSource.total, onChange: e => this.onChange(e) }} />
138
+            {console.log('this.state.dataSource11111111111', this.state.dataSource.total)}
139
+            <Table dataSource={this.state.dataSource.records} rowKey="integralrecord" columns={columns} pagination={{ total: this.state.dataSource.total, pageSize: this.state.dataSource.size, onChange: e => this.onChange(e) }} />
140
           </Modal>
140
           </Modal>
141
       </>
141
       </>
142
     );
142
     );