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