wujingjing
2024-11-05 c310ba8562c69293bcb4e57d1123ce971bbfd771
report
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/SummaryCom.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
};