田源
2023-07-31 eaf3ae4122a374e469b8fe7705f81ecdc0c377f7
Source/UBCS-WEB/src/components/file/main.vue
@@ -395,8 +395,7 @@
      download(data).then(res=>{
        // console.log(res);
        if(res){
          func.downloadFileByBlob(res);
          window.URL.revokeObjectURL(src); //释放掉blob对象
          func.downloadFileByBlobHandler(res);
        }
      });
    },