田源
2023-08-30 c1702bf33822ad49a8b51d14a4d6c13eab1de102
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);
        }
      });
    },