能源需求修改
This commit is contained in:
@@ -34,4 +34,22 @@ export function getQoq(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取能源设备树
|
||||
export function getTree() {
|
||||
return request({
|
||||
url: '/analysis/energy-analysis/getTree',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 导出(走势分析)
|
||||
export function exportTrend(data) {
|
||||
return request({
|
||||
url: '/analysis/energy-analysis/exportTrend',
|
||||
method: 'post',
|
||||
responseType: 'blob',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
@@ -68,3 +68,4 @@ export function exportEnergyTypeExcel(query) {
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user