能源bug

This commit is contained in:
2024-03-19 14:08:34 +08:00
parent c339e5c2de
commit 8fcf6516a3
4 changed files with 46 additions and 72 deletions

View File

@@ -185,7 +185,7 @@ export default {
break
default:
this.$modal.confirm('是否确认导出').then(() => {
return energyQuantityManualExport({ ...this.queryParams });
return energyQuantityManualExport({ energyTypeId: this.queryParams.energyTypeId, recordTime: this.queryParams.recordTime });
}).then(response => {
this.$download.excel(response, '能源报表.xls');
}).catch(() => { })