|
@ -184,7 +184,7 @@ export class GetData extends Base { |
|
|
* 获取当前 查询表单 + 排序等信息基于后台 criteria查询 构建的 URLSearchParams 对象 |
|
|
* 获取当前 查询表单 + 排序等信息基于后台 criteria查询 构建的 URLSearchParams 对象 |
|
|
* @param pageable 是否需要带上分页信息 |
|
|
* @param pageable 是否需要带上分页信息 |
|
|
*/ |
|
|
*/ |
|
|
getURLSearchParams(pageable: boolean = false) { |
|
|
getURLSearchParams(pageable: boolean = true) { |
|
|
const reqParams: any = this.tools?.reqApiFM.buildFetchDataBaseParams({ pagination: this.tools.table.store.pagination }, pageable); |
|
|
const reqParams: any = this.tools?.reqApiFM.buildFetchDataBaseParams({ pagination: this.tools.table.store.pagination }, pageable); |
|
|
return this.tools?.criteriaFM.buildURLSearchParams(reqParams); |
|
|
return this.tools?.criteriaFM.buildURLSearchParams(reqParams); |
|
|
} |
|
|
} |
|
|