添加波形文件

This commit is contained in:
GGJ
2024-01-15 16:14:14 +08:00
parent 646af778e9
commit 117ae1a007
14 changed files with 3029 additions and 59 deletions

View File

@@ -23,3 +23,10 @@ export function getDeviceTree() {
method: 'POST'
})
}
// 获取波形数据
export function analyseWave(params:string) {
return createAxios({
url: '/cs-harmonic-boot/event/analyseWave?eventId=' + params,
method: 'get'
})
}