mirror of https://gitee.com/xiaonuobase/snowy
【修复】修复iss列表查询参数parameter的size默认是undefined,感谢qq群 seven 小伙
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…
Reference in New Issue