在线补召
This commit is contained in:
19
src/api/cs-device-boot/recall.ts
Normal file
19
src/api/cs-device-boot/recall.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import createAxios from '@/utils/request'
|
||||
|
||||
//补召事件
|
||||
export function eventRecall(data: any) {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/icd/bzEvent',
|
||||
method: 'post',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
//补召波形
|
||||
export function fileRecall(data: any) {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/icd/bzFile',
|
||||
method: 'post',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user