wujingjing
2024-11-06 768a63bdae68f9440d4b7f5768c3ea7f9308f2ab
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++;