From db3d71b62fcd859bf5e2c75b107c1d28bd977632 Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期日, 23 六月 2024 18:23:45 +0800
Subject: [PATCH] 修改了333之前的报错

---
 ruoyi-ui/src/views/bignote/familyeventInfo.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/bignote/familyeventInfo.vue b/ruoyi-ui/src/views/bignote/familyeventInfo.vue
index dd11604..dfdcc69 100644
--- a/ruoyi-ui/src/views/bignote/familyeventInfo.vue
+++ b/ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -341,6 +341,7 @@
       });
     }
     console.log(this.fileList,'fileListfilelllllllllllll')
+    console.log(this.fileListOther,'fileListOtherfileListOtherfileListOther')
   },
   mounted() {},
   methods: {
@@ -518,7 +519,7 @@
     },
     handleDownload(url) {
       var formData = {'path':"/"+url.replace(process.env.VUE_APP_BASE_TRUE_API,"")};
-
+		alert(formData['path'])
       let lens = formData.path.split(".")
       let suffix = lens[lens.length-1]
       download(formData).then(async (response) => {

--
Gitblit v1.9.1