电压暂升的时候显示/

This commit is contained in:
stt
2025-11-28 14:34:16 +08:00
parent 58bc269940
commit 031fab286b
3 changed files with 12 additions and 4 deletions

View File

@@ -252,4 +252,13 @@ export function analyseWave(data: any) {
})
}
// 暂态监测点下拉框接口
export function getSimpleLine() {
return request({
url: '/cs-device-boot/csline/getSimpleLine',
method: 'get'
})
}