修改云南测试用例

This commit is contained in:
guanj
2025-07-29 19:00:54 +08:00
parent 24c590478e
commit cc47d9b02c
22 changed files with 531 additions and 302 deletions

View File

@@ -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'
})
}