From 486f28b07e71fa1fc176455f015278252c6296a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sun, 17 Aug 2025 13:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=94=A8=E6=88=B7=E8=BE=93=E5=85=A5=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/HistoryRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/HistoryRecord.vue b/src/views/components/HistoryRecord.vue index 92f5e0c..571edbb 100644 --- a/src/views/components/HistoryRecord.vue +++ b/src/views/components/HistoryRecord.vue @@ -680,7 +680,7 @@ const selectRecord = async (record) => { chatStore.dbqbClickRecord = historyData.value; // 构造股票数据对象,保持与现有结构一致 const stockData = { - queryText: record.keyword || record.stockCode || record.stockName || "", // 使用记录中的keyword字段作为查询文本 + queryText: result.data.keyword, // 使用记录中的keyword字段作为查询文本 stockInfo: { name: result.data.stockData?.stockName || record.stockName || "", code: record.stockCode || "",