From e3f61a2057463cbf793c91837783289de7a84965 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 18 十二月 2024 15:36:00 +0800
Subject: [PATCH] 指定 result_group_index

---
 src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue b/src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
index bfd7717..5dc9759 100644
--- a/src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
+++ b/src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
@@ -517,6 +517,7 @@
 			// 鏌ヨ鍓嶅悗 agent_key 涓嶄細鍙�
 			agent_key: props.data.agent_key,
 			filter_json: JSON.stringify(filterList),
+			result_group_index: 0,
 		};
 		res = await curveQuery(params);
 		chartLoading.value = true;

--
Gitblit v1.9.3