update 混入

This commit is contained in:
赵霄
2023-09-27 14:23:33 +08:00
parent 47c2b61e22
commit f0c1f11ed7
+1 -1
View File
@@ -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)