From 97dbec995f5fbaaef80d7ec9cb7b8197e6fc9d89 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Fri, 12 Dec 2025 09:22:31 +0800 Subject: [PATCH] =?UTF-8?q?Tcode=E5=B9=B3=E5=8F=B0=E6=94=B9=E9=80=A0?= =?UTF-8?q?=E5=8D=87=E7=BA=A7-AI=E5=8A=A9=E6=89=8B=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/components/ViewHistoryAside/ViewHistoryAsideNew.vue | 1 + src/views/Jyh/AI/Home/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAsideNew.vue b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAsideNew.vue index 2e05e43..e43edcc 100644 --- a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAsideNew.vue +++ b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAsideNew.vue @@ -192,6 +192,7 @@ const getQuestionHistory = async () => { // 2. 新建对话 const handleNewChat = () => { emit('select-conv', null); + emit('onNewConvo', null); }; // 3. 选中对话 diff --git a/src/views/Jyh/AI/Home/index.vue b/src/views/Jyh/AI/Home/index.vue index f449e3c..4f5bc5f 100644 --- a/src/views/Jyh/AI/Home/index.vue +++ b/src/views/Jyh/AI/Home/index.vue @@ -138,8 +138,8 @@ - - + +