xiejun
2023-08-24 13f6f43f9ab90636bd6a1c374df6e213eff37fc1
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);
        }
      });
    },