合并其他人修改提交

This commit is contained in:
zhangdaiscott
2020-11-14 18:35:32 +08:00
parent 148e44f9d0
commit 1f38293204
3 changed files with 3 additions and 3 deletions
@@ -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(",")
}