|
|
|
@ -123,7 +123,7 @@ export const JeecgListMixin = {
@@ -123,7 +123,7 @@ export const JeecgListMixin = {
|
|
|
|
|
sqp['superQueryMatchType'] = this.superQueryMatchType |
|
|
|
|
} |
|
|
|
|
var param = Object.assign(sqp, this.queryParam, this.isorter ,this.filters); |
|
|
|
|
param.field = this.getQueryField(); |
|
|
|
|
// param.field = this.getQueryField();
|
|
|
|
|
param.pageNo = this.ipagination.current; |
|
|
|
|
param.pageSize = this.ipagination.pageSize; |
|
|
|
|
return filterObj(param); |
|
|
|
|