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

pull/87/head
小诺 2 years ago committed by 俞宝山
parent a7890763fe
commit d823d3aa1a

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

Loading…
Cancel
Save