From 9a6757109b406fa0c7c1c548d9977702e6df76b6 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 27 七月 2023 19:42:55 +0800
Subject: [PATCH] 提交代码

---
 Source/UBCS-WEB/src/components/Master/MasterTransfer.vue |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
index dab8951..24b2cfe 100644
--- a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
+++ b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
@@ -144,18 +144,6 @@
               func.downloadFileByBlob(blob,fileName);
               window.URL.revokeObjectURL(src); //閲婃斁鎺塨lob瀵硅薄
             }
-            
-            // let src = window.URL.createObjectURL(blob);
-            // if (src) {
-            //   let link = document.createElement("a");
-            //   link.style.display = "none";
-            //   link.href = src;
-            //   link.setAttribute("download", "鏂囦欢鍚嶅瓧.xls");
-            //   document.body.appendChild(link);
-            //   link.click();
-            //   document.body.removeChild(link); //涓嬭浇瀹屾垚绉婚櫎鍏冪礌
-            //   window.URL.revokeObjectURL(src); //閲婃斁鎺塨lob瀵硅薄
-            // }
           })
         }
       };

--
Gitblit v1.9.3