mirror of https://github.com/jeecgboot/jeecg-boot
导出参数没有高级查询参数 #1860
parent
25af40b0b3
commit
87da7228d8
|
@ -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(",")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue