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