Commit c7c89b11 authored by 水玉婷's avatar 水玉婷
Browse files

feat:修复历史记录展开折叠时重置为新会话bug

parent 0f88d2e8
...@@ -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 = '';
}; };
// 方法 // 方法
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment