diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue index e02fded0..0f04d4e9 100644 --- a/src/pages/course/study.vue +++ b/src/pages/course/study.vue @@ -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