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 @@
-
-
+
+