Commit fc04f0b8 authored by nick zheng's avatar nick zheng

fix(多模型调试): 上传文件fileUrl丢失

parent a37f91fb
......@@ -316,8 +316,9 @@ function handleQuestionSubmit() {
})
questionContent.value = ''
uploadFileList.value = uploadFileList.value.filter((item) => item.format === 'document')
})
uploadFileList.value = uploadFileList.value.filter((item) => item.format === 'document')
}
function errorMessageResponse(questionMessageId: string, answerMessageId: string, modelIndex: number) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment