能源监控
This commit is contained in:
@@ -44,11 +44,11 @@ export function getEnergyQuantityRealtimePage(data) {
|
||||
}
|
||||
|
||||
// 导出后端统计 能源抄表 实时 Excel
|
||||
export function exportEnergyQuantityRealtimeExcel(query) {
|
||||
export function exportEnergyQuantityRealtimeExcel(data) {
|
||||
return request({
|
||||
url: '/base/energy-quantity-realtime/export-excel',
|
||||
method: 'get',
|
||||
params: query,
|
||||
method: 'post',
|
||||
data: data,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user