From ed9d44c3b5f4a7d9c8bbc52e776e69cee1a41012 Mon Sep 17 00:00:00 2001 From: wsb1224 Date: Wed, 10 Jun 2026 16:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8E=86=E5=8F=B2=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E5=BC=B9=E7=AA=97=E6=B8=B2=E6=9F=93=E6=8A=A5=E9=94=99?= =?UTF-8?q?=EF=BC=9A=E8=A1=A5=E5=85=85=20setup()=20return=20=E4=B8=AD?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E7=9A=84=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit applyHistoryQuickFilter 和 historyQuickFilter 未从 setup() 返回,导致模板渲染时 Vue 报错,历史面板数据无法正常加载。 Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/views/ChatView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/ChatView.vue b/frontend/src/views/ChatView.vue index 6456342..2c53391 100644 --- a/frontend/src/views/ChatView.vue +++ b/frontend/src/views/ChatView.vue @@ -2485,6 +2485,7 @@ export default { handleHistoryPickerVisibleChange, historyQuickFilters, historyQuickFilter, + applyHistoryQuickFilter, loadChatHistory, loadHistoryConversation, formatMessage,