Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
田岩
2025-07-02 19:42:19 +08:00
+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