Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6fc5f8c6
authored
May 16, 2024
by
cherishsince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【优化】AI 对话创建对话切换对话问题
parent
1a681c20
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/ai/chat/Conversation.vue
+3
-3
No files found.
src/views/ai/chat/Conversation.vue
View file @
6fc5f8c6
...
@@ -189,10 +189,10 @@ const createConversation = async () => {
...
@@ -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
)
}
}
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment