From 32eedf2857255cf29985ffc0cc73e75eccda39bf Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期六, 20 九月 2025 22:18:15 +0800
Subject: [PATCH] 2025.9.20 完成现场巡查基础数据产品和月度巡查简报的中间数据产品

---
 src/utils/excel.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/utils/excel.js b/src/utils/excel.js
index 07a0cc2..9caa91c 100644
--- a/src/utils/excel.js
+++ b/src/utils/excel.js
@@ -1,5 +1,7 @@
 import * as XLSX from 'xlsx';
 import FileSaver from 'file-saver';
+import { ElMessage } from 'element-plus';
+
 
 function conversionFromTable(elementId, title) {
   // 鑾峰彇琛ㄦ牸鍏冪礌
@@ -38,7 +40,7 @@
       `${title}.xlsx` //淇敼鍚嶅瓧
     );
     //杩欓噷鍙互鏀惧叆浣犵殑鍥炶皟鍑芥暟
-    alert('寮�濮嬩笅杞�');
+    ElMessage.success('寮�濮嬩笅杞�');
   } catch (e) {
     if (typeof console !== 'undefined') console.log(e, table_write);
   }

--
Gitblit v1.9.3