完成以及撤销操作对接完成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user