wujingjing
2024-11-05 c310ba8562c69293bcb4e57d1123ce971bbfd771
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;
};