From dd58c1d3a27ba48a5df050aab7c586bb9b988914 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 09 四月 2025 18:01:22 +0800
Subject: [PATCH] activeTopMenuStyle

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

diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
index db25cba..e79847c 100644
--- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
+++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -107,19 +107,5 @@
 const toggleReport = (item) => {
 	item.reportIsShow = !item.reportIsShow;
 };
-// const infoDlgIsShow = ref(false);
-// const report = ref(null);
-
-// const agentKey = ref('');
-
-// const conclusion = computed(() => props.originData?.content?.origin?.conclusion ?? []);
-// const showAgentReport = (agentStartIndex) => {
-// 	const agent = parsedData.value[agentStartIndex];
-// 	agentKey.value = agent.agent_key;
-// 	const foundReport = conclusion.value.find((item) => item.agent_key === agentKey.value);
-// 	report.value = foundReport?.report;
-
-// 	infoDlgIsShow.value = true;
-// };
 </script>
 <style scoped lang="scss"></style>

--
Gitblit v1.9.3