Commit 6fc5f8c6 by cherishsince

【优化】AI 对话创建对话切换对话问题

parent 1a681c20
......@@ -189,10 +189,10 @@ const createConversation = async () => {
const conversationId = await ChatConversationApi.createChatConversationMy(
{} as unknown as ChatConversationVO
)
// 2、选中对话
await handleConversationClick(conversationId)
// 3、获取对话内容
// 2、获取对话内容
await getChatConversationList()
// 3、选中对话
await handleConversationClick(conversationId)
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment