能源
This commit is contained in:
@@ -72,7 +72,7 @@ const tableProps = [
|
||||
},
|
||||
];
|
||||
export default {
|
||||
name: 'EnergyLimit',
|
||||
name: 'EnergyReport',
|
||||
data() {
|
||||
return {
|
||||
isFold: false,
|
||||
@@ -181,7 +181,7 @@ export default {
|
||||
return energyReportPageExportAuto({ ...this.queryParams });
|
||||
})
|
||||
.then((response) => {
|
||||
this.$download.excel(response, '能源统计报表.xls');
|
||||
this.$download.excel(response, '能耗统计报表.xls');
|
||||
})
|
||||
.catch(() => {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user