更新基础mes-能源-系统
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user