From 5e75a6a49fab5e644f46c01707020f46b6d54016 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 26 十一月 2024 23:09:55 +0800
Subject: [PATCH] 上传文件筛选文件类型

---
 src/views/components/noticeTable.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/components/noticeTable.vue b/src/views/components/noticeTable.vue
index ca39d0e..099f0ac 100644
--- a/src/views/components/noticeTable.vue
+++ b/src/views/components/noticeTable.vue
@@ -97,8 +97,8 @@
         }
     },
     props: {
-        calculation: [],
-        countExceptionProjectData: {},
+        calculation: Array,
+        countExceptionProjectData:Object,
     },
     created() {
         this.getList();

--
Gitblit v1.8.0