From 3d48053ed46588747af87b40a6ccbe0c46d3c434 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 07 三月 2025 15:24:50 +0800
Subject: [PATCH] 成品下单-数据查看弹框table分页修改

---
 src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/lightning-protection-detection.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/lightning-protection-detection.vue b/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/lightning-protection-detection.vue
index 71a7c67..7fd26db 100644
--- a/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/lightning-protection-detection.vue
+++ b/src/views/CNAS/resourceDemand/facilitiesEnvironment/component/facilities-environmental-conditions/lightning-protection-detection.vue
@@ -254,7 +254,7 @@
         this.$message.warning('鏆傛棤鏂囦欢')
         return
       }
-      this.$download.downloadFileFromUrl(row.systemFileName, row.fileName)
+      this.$download.saveAs(row.systemFileName, row.fileName)
     }
   }
 }

--
Gitblit v1.9.3