From 3f8204c31b44ca186f2d5d1f96682f8c46ad2996 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 23 十一月 2024 16:23:01 +0800
Subject: [PATCH] map组件

---
 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