diff --git a/pages/search/[id].vue b/pages/search/[id].vue index a6ba17e9f788498883650e5417dcc6aadc3a9445..8a50db0abd9b2a98df23f91956490162918c8e99 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 }