谐波监测-区域-终端在线率页面迁移

This commit is contained in:
zhujiyan
2024-08-05 18:07:23 +08:00
parent bd3dbca8e1
commit c80cbe20fb
15 changed files with 6805 additions and 2 deletions

View File

@@ -317,6 +317,7 @@ const startRunTest = () => {
// 下载报告
const downloadTheReport = (url: string) => {
getFileNameAndFilePath({ filePath: url }).then((res: any) => {
console.log(res.data.url,"res");
const link = document.createElement('a')
link.href = res.data.url
link.download = res.data.name