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/tidingsTable.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/tidingsTable.vue b/src/views/components/tidingsTable.vue index 358cd14..8d2d659 100644 --- a/src/views/components/tidingsTable.vue +++ b/src/views/components/tidingsTable.vue @@ -115,8 +115,8 @@ } }, props: { - calculation: [], - countExceptionProjectData: {}, + calculation: Array, + countExceptionProjectData:Object, }, created() { this.currentTabId = this.tabs[0].id; // 榛樿閫変腑鐨則ab鐨刬d -- Gitblit v1.8.0