mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 后管站点下拉列表查询方法
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user