fix 修复问题
This commit is contained in:
@@ -86,7 +86,7 @@ export default class QueryTable extends Component {
|
||||
async onLoadData() {
|
||||
this.onLoading()
|
||||
|
||||
const res = await this.props.loadData({
|
||||
const res = await this.loadData({
|
||||
pageIndex: this.pagination.current,
|
||||
pageSize: this.pagination.pageSize,
|
||||
...this.sorter
|
||||
@@ -241,7 +241,7 @@ export default class QueryTable extends Component {
|
||||
</Button.Group>
|
||||
</div>
|
||||
</div>
|
||||
<Table className="yo-table" {...props} {...on} />
|
||||
<Table className="yo-table" {...props} {...on} sticky />
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user