From 575429031e6d2b90394e047b4ff38b541935c1b5 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 15 一月 2025 18:02:14 +0800
Subject: [PATCH] OLMap

---
 src/components/chat/chatComponents/summaryCom/SummaryCom.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
index 8ae4904..be5c365 100644
--- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
+++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -9,9 +9,11 @@
 					:is="summaryAnswerTypeMapCom[item.type]"
 					:data="item"
 					:originData="originData"
+					:reportIndex="reportIndex"
 					:summaryIndex="index"
 					chartHeight="20rem"
 					:tableLimitHeight="tableLimitHeight"
+					:historyId="historyId"
 					@updateQuery="(res) => updateRecordSet(index, res)"
 					:disabled="isTalking || isSharePage"
 				></component>

--
Gitblit v1.9.3