wangting
2023-08-02 a8f851a0aa33083dc36625f6140b698b5e359ed6
Source/UBCS-WEB/src/components/file/main.vue
@@ -395,7 +395,7 @@
      download(data).then(res=>{
        // console.log(res);
        if(res){
          func.downloadFileByBlob(res);
          func.downloadFileByBlobHandler(res);
        }
      });
    },