fix: bug

This commit is contained in:
杨航
2025-09-03 17:49:40 +08:00
parent 8dc5368bf0
commit 4df6d7117e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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 || {}