Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
水玉婷
ai-wechat
Commits
c7c89b11
Commit
c7c89b11
authored
Apr 24, 2026
by
水玉婷
Browse files
feat:修复历史记录展开折叠时重置为新会话bug
parent
0f88d2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/views/History.vue
View file @
c7c89b11
...
@@ -345,11 +345,6 @@ const resetAllState = () => {
...
@@ -345,11 +345,6 @@ const resetAllState = () => {
// 重置数据状态
// 重置数据状态
historyList
.
value
=
[];
historyList
.
value
=
[];
totalCount
.
value
=
0
;
totalCount
.
value
=
0
;
// 重置当前会话状态
currentSessionId
.
value
=
''
;
currentSessionDetail
.
value
=
{
title
:
''
};
sessionKey
.
value
=
''
;
};
};
// 方法
// 方法
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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