|
@@ -234,7 +234,7 @@ export default {
|
|
},
|
|
},
|
|
doExportDetail (record) {
|
|
doExportDetail (record) {
|
|
const parameter = {
|
|
const parameter = {
|
|
- ...this.queryParam
|
|
|
|
|
|
+ typeId: record.id
|
|
}
|
|
}
|
|
exportMonthReport(parameter).then(file => {
|
|
exportMonthReport(parameter).then(file => {
|
|
this.BaseTool.UPLOAD.downLoadExportExcel(file)
|
|
this.BaseTool.UPLOAD.downLoadExportExcel(file)
|