重构
This commit is contained in:
@ -29,4 +29,12 @@ export function getAllBatteryIdsBySites(data) {
|
||||
url: `/ems/generalQuery/getAllBatteryIdsBySites/${data}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 综合查询-按站点获取配置设备列表
|
||||
export function getGeneralQueryDeviceList(siteId) {
|
||||
return request({
|
||||
url: `/ems/siteConfig/getDeviceList?siteId=${siteId}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user