From 006cedaa4188d5bd5f99ef0721572a24c89d7ce4 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期六, 20 八月 2022 17:19:08 +0800
Subject: [PATCH] Default Changelist

---
 src/views/goalManagement/Goalsummary/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/goalManagement/Goalsummary/index.vue b/src/views/goalManagement/Goalsummary/index.vue
index 4947ed0..bd0b742 100644
--- a/src/views/goalManagement/Goalsummary/index.vue
+++ b/src/views/goalManagement/Goalsummary/index.vue
@@ -69,7 +69,7 @@
 import { Plus, Delete, Upload, Download, Refresh, View } from '@element-plus/icons-vue';
 import { goalManagementApi } from '/@/api/goalManagement';
 
-// import * as XLSX from 'xlsx';
+import * as XLSX from 'xlsx';
 
 export default defineComponent({
 	components: { ElButton, ElInput },

--
Gitblit v1.9.2