@@ -335,7 +335,8 @@ export default {
},
doExport () {
const parameter = {
- ...this.queryParam
+ ...this.queryParam,
+ ids: this.selectedRowKeys
}
exportOutStoreForm(parameter).then(file => {
this.BaseTool.UPLOAD.downLoadExportExcel(file)