From c310ba8562c69293bcb4e57d1123ce971bbfd771 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 05 十一月 2024 17:10:39 +0800 Subject: [PATCH] report --- src/components/chat/chatComponents/summaryCom/SummaryCom.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue index bb0be6c..6cb6a2f 100644 --- a/src/components/chat/chatComponents/summaryCom/SummaryCom.vue +++ b/src/components/chat/chatComponents/summaryCom/SummaryCom.vue @@ -72,7 +72,7 @@ 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.value = foundReport?.report; infoDlgIsShow.value = true; }; -- Gitblit v1.9.3