fix: bug
This commit is contained in:
@@ -578,7 +578,8 @@ const nextQuestionSuccess = (info, type = 'next') => {
|
||||
processType: 'NEW-KNOW',
|
||||
requestBody: JSON.stringify({
|
||||
logId: unref(logId),
|
||||
pgrphId: info.pgrphId
|
||||
pgrphId: info.pgrphId,
|
||||
stdyId: unref(stdyId)
|
||||
})
|
||||
}).then(res => {
|
||||
let _body = res.body || {}
|
||||
|
||||
Reference in New Issue
Block a user