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
a96a2ec9
authored
May 21, 2024
by
cherishsince
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【优化】AI chat 默认选中对话,刷新增加加载中显示
parent
a431867f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/views/ai/chat/index.vue
+2
-0
No files found.
src/views/ai/chat/index.vue
View file @
a96a2ec9
...
...
@@ -481,9 +481,11 @@ onMounted(async () => {
// 设置当前对话 TODO 角色仓库过来的,自带 conversationId 需要选中
if
(
route
.
query
.
conversationId
)
{
const
id
=
route
.
query
.
conversationId
as
string
activeConversationId
.
value
=
id
await
getConversation
(
id
)
}
// 获取列表数据
listLoading
.
value
=
true
await
getMessageList
()
})
</
script
>
...
...
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