src/components/chat/chatComponents/summaryCom/SummaryCom.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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; };