修改bug
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user