新增 后管站点下拉列表查询方法

This commit is contained in:
Lemon
2023-09-23 09:11:02 +08:00
parent 7ec1c5cb47
commit 49c8bcc4b8
7 changed files with 77 additions and 4 deletions

View File

@@ -10,6 +10,14 @@ export function listStation(query) {
});
}
export function getStationSelectList(query) {
return request({
url: "/pile/station/StationSelectList",
method: "get",
params: query,
});
}
// 查询充电站信息详细
export function getStation(id) {
return request({