修改云南测试用例
This commit is contained in:
@@ -166,3 +166,19 @@ export function updateDeviceProcess(data: any) {
|
||||
data
|
||||
})
|
||||
}
|
||||
//导出台账模板
|
||||
export function downTerminalTemplate() {
|
||||
return createAxios({
|
||||
url: '/device-boot/device/downTerminalTemplate',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
//导出台账信息
|
||||
export function exportTerminalBase() {
|
||||
return createAxios({
|
||||
url: '/device-boot/device/exportTerminalBase',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user