导出参数没有高级查询参数 #1860

pull/1966/head
tank99tank 2020-11-11 12:59:12 +08:00
parent 3b4a65ba04
commit ccf4946b70
1 changed files with 1 additions and 1 deletions

View File

@ -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(",")
}