【修复】修复iss列表查询参数parameter的size默认是undefined,感谢qq群 seven 小伙

pull/87/head
小诺 2023-02-28 23:40:12 +08:00 committed by 俞宝山
parent a7890763fe
commit d823d3aa1a
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
current: (pagination && pagination.current) ||
this.showPagination && this.localPagination.current || this.pageNum,
size: (pagination && pagination.pageSize) ||
this.showPagination && this.localPagination.pageSize || this.pageSize
this.showPagination && this.localPagination.pageSize || this.pageSize || this.localPagination.size
},
(sorter && sorter.field && {
sortField: sorter.field