From d5f17f079d4af2a173015dc86a4d6d472731fac6 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期日, 07 七月 2024 16:59:53 +0800
Subject: [PATCH] echart 图表问题;raw_mode

---
 src/views/project/ch/home/component/waterRight/bottom.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/bottom.vue b/src/views/project/ch/home/component/waterRight/bottom.vue
index f524457..6b37d7f 100644
--- a/src/views/project/ch/home/component/waterRight/bottom.vue
+++ b/src/views/project/ch/home/component/waterRight/bottom.vue
@@ -40,7 +40,7 @@
 import { onMounted, reactive, computed } from 'vue';
 import { getSectionList } from '/@/api/ai/chat';
 import router from '/@/router';
-import { activeSectionAId } from '/@/stores/chatRoom';
+import { activeRoomId, activeSectionAId, setRoomConfig } from '/@/stores/chatRoom';
 
 let state = reactive({
 	applicationScenarios: [],
@@ -48,6 +48,7 @@
 });
 const changeScenarios = async (item) => {
 	activeSectionAId.value = item.section_id;
+	setRoomConfig(activeRoomId.value, 'isAnswerByLLM', false);
 };
 const getMainSectionList = async () => {
 	const res = await getSectionList();

--
Gitblit v1.9.3