From 24c459557dfd8bbf0e7d13840c049809b303f872 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 24 May 2024 16:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91=20?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue index 09300689..353733e6 100644 --- a/src/views/ai/chat/index.vue +++ b/src/views/ai/chat/index.vue @@ -475,6 +475,8 @@ const handleConversationClick = async (conversation: ChatConversationVO) => { await getMessageList() // 滚动底部 scrollToBottom(true) + // 清空输入框 + prompt.value = '' return true }