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