完成以及撤销操作对接完成

This commit is contained in:
yanghang
2025-07-02 18:18:26 +08:00
parent 0ed0a3d53d
commit a8998cea6f
+4 -1
View File
@@ -573,6 +573,7 @@ const showKeyboard = () => {
talkingList.value.push({
crsId: crsId.value,
pgrphId: unref(lastTalkingInfo).pgrphId,
qstLogId: unref(lastTalkingInfo).qstLogId,
qnsId: unref(lastTalkingInfo).qnsId,
talkingContent: answerValue.value,
talkingVoice: '',
@@ -606,6 +607,7 @@ const withdrawNow = (data) => {
intrctId: data.intrctId
}).then(res=> {
// 删除撤回的数据item
common.msg('撤回成功!')
talkingList.value = talkingList.value.filter(t => t.intrctId !== data.intrctId)
})
}
@@ -614,7 +616,8 @@ const finishQuestionNow = (data) => {
waitMakeEvaluateApi({
qstLogId: data.qstLogId
}).then(res=> {
console.log(res)
console.log(res.body.processStat)
common.msg('完成成功,开始获取评分维度数据!')
// qstLogId 问题日志ID String
// qnsId 问题ID String
// processStat 状态 String