JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2026-03-12 19:56:38 +08:00
parent 4ccc9e8d7e
commit 6f190c43fc
+1 -1
View File
@@ -349,7 +349,6 @@
...body,
...askData.value
});
isSending.value = false
console.log('talkingList', talkingList.value);
talkingList.value.push({
type: 'answer',
@@ -396,6 +395,7 @@
} else if (body.event === 'end') {
console.log('完成回答!');
answerIsOver.value = true;
isSending.value = false
console.log(answerText.value);
} else if (body.event === 'sourceDocuments') {
console.log('回答返回文件列表!');