wangting
2023-08-24 5e442f94869675fc5fbb57d72395e509b7eaa58b
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);
        }
      });
    },