Commit c5f51a17 by JEECG开源社区 Committed by GitHub

Merge pull request #1966 from tank99tank/no_query_params

导出参数没有高级查询参数
parents 3b4a65ba ccf4946b
......@@ -233,7 +233,7 @@ export const JeecgListMixin = {
if(!fileName || typeof fileName != "string"){
fileName = "导出文件"
}
let param = {...this.queryParam};
let param = {...this.getQueryParams()};
if(this.selectedRowKeys && this.selectedRowKeys.length>0){
param['selections'] = this.selectedRowKeys.join(",")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment