联调 有功功率趋势分析

This commit is contained in:
GGJ
2024-08-29 15:58:30 +08:00
parent 1fa628044f
commit 3ac62fc98c
4 changed files with 251 additions and 149 deletions

View File

@@ -107,7 +107,9 @@ function createAxios<Data = any, T = ApiPromise<Data>>(
response.data.type === 'application/json' ||
Array.isArray(response.data) ||
response.data.size ||
response.config.url == '/harmonic-boot/exportmodel/exportModelJB'
response.config.url == '/harmonic-boot/exportmodel/exportModelJB' ||
response.config.url == '/harmonic-boot/powerStatistics/exportExcelListTemplate' ||
response.config.url == '/harmonic-boot/powerStatistics/exportExcelRangTemplate'
// ||
// response.data.type === 'application/octet-stream' ||
// response.data.type === 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'