From 22081cbd48287eed7cf217b6da2ad917051516f9 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Thu, 16 May 2024 19:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91AI=20?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=AF=B9=E8=AF=9D=EF=BC=8C=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=88=87=E6=8D=A2=20chat=20=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue index 46b7b336..f26e897a 100644 --- a/src/views/ai/chat/index.vue +++ b/src/views/ai/chat/index.vue @@ -386,6 +386,7 @@ const handlerTitleSuccess = async () => { const handleConversationClick = async (conversation: ChatConversationVO) => { // 更新选中的对话 id activeConversationId.value = conversation.id + activeConversation.value = conversation // 刷新 message 列表 await getMessageList() }