mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-08 07:29:13 +00:00
@@ -233,7 +233,7 @@ export const JeecgListMixin = {
|
|||||||
if(!fileName || typeof fileName != "string"){
|
if(!fileName || typeof fileName != "string"){
|
||||||
fileName = "导出文件"
|
fileName = "导出文件"
|
||||||
}
|
}
|
||||||
let param = {...this.queryParam};
|
let param = {...this.getQueryParams()};
|
||||||
if(this.selectedRowKeys && this.selectedRowKeys.length>0){
|
if(this.selectedRowKeys && this.selectedRowKeys.length>0){
|
||||||
param['selections'] = this.selectedRowKeys.join(",")
|
param['selections'] = this.selectedRowKeys.join(",")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user