From a6e4b1d05df37a87413677f4b827bce2af58b7b9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 29 十月 2024 13:16:32 +0800 Subject: [PATCH] dialog bug --- src/components/chat/hooks/useScrollLoad.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/hooks/useScrollLoad.ts b/src/components/chat/hooks/useScrollLoad.ts index 1366c96..457bfc1 100644 --- a/src/components/chat/hooks/useScrollLoad.ts +++ b/src/components/chat/hooks/useScrollLoad.ts @@ -79,7 +79,7 @@ */ const loadRangeData = async (lastEnd = nextUserMsgEndIndex.value) => { const res = await QueryHistoryDetail({ - history_group_id: unref(historyGroupId),, + history_group_id: unref(historyGroupId), last_end: lastEnd, last_count: LOAD_CHAT_LIMIT, }); -- Gitblit v1.9.3