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++;