From 68687c0a6026146abde8c7f3d59ad6c8d2af1cfd Mon Sep 17 00:00:00 2001 From: DebugIsFalse Date: Tue, 9 Jul 2024 18:24:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=8F=E6=84=9F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/search/[id].vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index a6ba17e..8a50db0 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -281,7 +281,8 @@ function handleFormFetchData (fetchData) { // 处理审核异常 if (handleSetServiceErrorInfo(message)) { const errorInfo = handleSetServiceErrorInfo(message) - Object.assign(askingData.value, { article: errorInfo, processStatus: 'finish' }) + Object.assign(askingData.value, { article: errorInfo, source: [], processStatus: 'finish' }) + recommendQuestions.value = [] handleStopGenerate() return } -- GitLab