Skip to content

Commit bf6c5f4

Browse files
committed
2 parents df25938 + c5f51a1 commit bf6c5f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ant-design-vue-jeecg/src/mixins/JeecgListMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const JeecgListMixin = {
233233
if(!fileName || typeof fileName != "string"){
234234
fileName = "导出文件"
235235
}
236-
let param = {...this.queryParam};
236+
let param = {...this.getQueryParams()};
237237
if(this.selectedRowKeys && this.selectedRowKeys.length>0){
238238
param['selections'] = this.selectedRowKeys.join(",")
239239
}

0 commit comments

Comments
 (0)