综合查询

This commit is contained in:
白菜
2025-09-05 20:37:44 +08:00
parent c502688737
commit e7ea8c8f44
3 changed files with 119 additions and 71 deletions

View File

@ -22,3 +22,11 @@ export function getPointValueList(data) {
data
})
}
// 图表
export function getAllBatteryIdsBySites(data) {
return request({
url: `/ems/generalQuery/getAllBatteryIdsBySites/${data}`,
method: 'get',
})
}