|
|
|
|
135
|
// onOk={() => this.handleOk()}
|
135
|
// onOk={() => this.handleOk()}
|
136
|
onCancel={(e) => this.handleCancel(e)}
|
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
|
</Modal>
|
139
|
</Modal>
|
140
|
</>
|
140
|
</>
|
141
|
);
|
141
|
);
|