【优化】AI 对话创建对话切换对话问题
This commit is contained in:
parent
1a681c2063
commit
6fc5f8c685
@ -189,10 +189,10 @@ const createConversation = async () => {
|
|||||||
const conversationId = await ChatConversationApi.createChatConversationMy(
|
const conversationId = await ChatConversationApi.createChatConversationMy(
|
||||||
{} as unknown as ChatConversationVO
|
{} as unknown as ChatConversationVO
|
||||||
)
|
)
|
||||||
// 2、选中对话
|
// 2、获取对话内容
|
||||||
await handleConversationClick(conversationId)
|
|
||||||
// 3、获取对话内容
|
|
||||||
await getChatConversationList()
|
await getChatConversationList()
|
||||||
|
// 3、选中对话
|
||||||
|
await handleConversationClick(conversationId)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user