修改bug

This commit is contained in:
zhujiyan
2024-10-30 15:02:25 +08:00
parent 038b5275ea
commit 45942b3205
15 changed files with 57 additions and 483 deletions

View File

@@ -46,3 +46,11 @@ export function analyseWave(params: string) {
method: 'get'
})
}
//下载波形数据
export function downloadWave(params: string) {
return createAxios({
url: '/cs-harmonic-boot/event/getFileZip?eventId=' + params,
method: 'get'
})
}