This commit is contained in:
2025-04-09 13:23:40 +08:00
parent 57360ea3a7
commit c51bba5340
2 changed files with 29 additions and 0 deletions

View File

@@ -25,3 +25,12 @@ export const getLineDetailData = (id: string) => {
method: 'POST'
})
}
export const getSubstationSelect = (id: string) => {
return request({
url: 'device-boot/substation/getSubstationSelect',
method: 'get'
})
}