From 8869cca9dee783b38db234d4f3d9af14a518f998 Mon Sep 17 00:00:00 2001 From: teukkk Date: Wed, 16 Jul 2025 11:18:34 +0800 Subject: [PATCH] fix: closeExecutionDetail --- ui/src/views/chat/pc/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 11fa1ce00..742260541 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -368,6 +368,7 @@ function newChat() { paginationConfig.value.total = 0 currentRecordList.value = [] } + closeExecutionDetail() currentChatId.value = 'new' currentChatName.value = t('chat.createChat') if (common.isMobile()) { @@ -432,6 +433,7 @@ const clickListHandle = (item: any) => { currentRecordList.value = [] currentChatId.value = item.id currentChatName.value = item.abstract + closeExecutionDetail() if (currentChatId.value !== 'new') { getChatRecord()