修改测试bug
This commit is contained in:
@@ -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], {
|
||||
|
||||
Reference in New Issue
Block a user