修改测试bug

This commit is contained in:
guanj
2026-06-08 18:34:49 +08:00
parent 4f907a80c4
commit 03d302ded8
133 changed files with 3991 additions and 3442 deletions

View File

@@ -179,6 +179,7 @@ queryByCode('Device_Type').then(res => {
})
// 下载报告
const downloadTheReport = (name: string) => {
ElMessage.info('下载中......')
getFileUrl(name).then((res: any) => {
downLoadFile(res.data).then(res => {
let blob = new Blob([res], {