【修复】修复iss列表查询参数parameter的size默认是undefined,感谢qq群 seven 小伙
This commit is contained in:
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…
x
Reference in New Issue
Block a user