ludc
2023-08-30 d2c78dfb7e3777e84a2cd612247f6d699c47e5d8
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);
        }
      });
    },