From 768a63bdae68f9440d4b7f5768c3ea7f9308f2ab Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 06 十一月 2024 14:08:58 +0800
Subject: [PATCH] 流更改

---
 src/components/chat/hooks/useScrollLoad.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/chat/hooks/useScrollLoad.ts b/src/components/chat/hooks/useScrollLoad.ts
index 7cd7fe6..2dcc71d 100644
--- a/src/components/chat/hooks/useScrollLoad.ts
+++ b/src/components/chat/hooks/useScrollLoad.ts
@@ -79,7 +79,6 @@
 			const currentUserMsg = tmpMessageList[insertIndex - 1];
 			currentUserMsg.content.values = item?.answer?.question ?? currentUserMsg.content.values;
 		
-
 			const mapUser = userItemIdMap.get(item.answer?.history_id);
 
 			const answerTime = formatShowTimeYear.value(mapUser?.create_time);
@@ -96,7 +95,8 @@
 							sectionAId: mapUser?.section_a_id,
 							createTime: answerTime,
 							stepList: convertProcessToStep(item?.answer?.exec_process),
-							stepIsShow:false
+							stepIsShow:false,
+							conclusion:item?.answer?.conclusion ??[],
 					  }
 			);
 			i++;

--
Gitblit v1.9.3