在线补召
This commit is contained in:
@@ -54,3 +54,12 @@ export function downloadWave(params: string) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//根据事件补召波形
|
||||
export function getFileByEventId(eventId: string) {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/icd/bzFileByEventId?eventId=' + eventId,
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user