update 混入
This commit is contained in:
@@ -171,7 +171,7 @@ export const ConfigurableTableMixin = {
|
||||
return dimension.width + 40
|
||||
},
|
||||
getQueryParams () {
|
||||
const param = Object.assign({}, this.queryParam, this.isorter, this.filters)
|
||||
const param = Object.assign({}, this.searchParams, this.isorter, this.filters)
|
||||
param.pageNo = this.ipagination.current
|
||||
param.pageSize = this.ipagination.pageSize
|
||||
return filterObj(param)
|
||||
|
||||
Reference in New Issue
Block a user