更新基础mes-能源-系统

This commit is contained in:
2024-09-26 14:07:00 +08:00
parent 4b621a6699
commit cee303fd20
28 changed files with 5681 additions and 1070 deletions

View File

@@ -8,7 +8,15 @@ export function getEnergyTrend(data) {
data: data
})
}
// 导出走势分析数据
export function exportTrend(data) {
return request({
url: '/analysis/energy-analysis/exportTrend',
method: 'post',
data: data,
responseType: 'blob'
})
}
// 获取对比分析数据
export function getCompare(data) {
return request({
@@ -34,4 +42,4 @@ export function getQoq(data) {
method: 'post',
data: data
})
}
}