We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1624a00 commit d6861d7Copy full SHA for d6861d7
frontend/src/views/chat/answer/AnalysisAnswer.vue
@@ -156,6 +156,10 @@ const sendMessage = async () => {
156
}
157
158
switch (data.type) {
159
+ case 'id':
160
+ currentRecord.id = data.id
161
+ _currentChat.value.records[index.value].id = data.id
162
+ break
163
case 'info':
164
console.log(data.msg)
165
break
frontend/src/views/chat/answer/PredictAnswer.vue
@@ -155,6 +155,10 @@ const sendMessage = async () => {
155
0 commit comments