diff --git a/src/views/chat/layout/sider/List.vue b/src/views/chat/layout/sider/List.vue index 4aaa85b..529293a 100644 --- a/src/views/chat/layout/sider/List.vue +++ b/src/views/chat/layout/sider/List.vue @@ -15,7 +15,9 @@ const dataSources = computed(() => chatStore.history) async function handleSelect({ uuid }: Chat.History) { if (isActive(uuid)) return - + + if(chatStore.active) + chatStore.updateHistory(chatStore.active, { isEdit: false }) await chatStore.setActive(uuid) if (isMobile.value)