fix:知识点分数修改;

This commit is contained in:
小杨 2024-10-31 16:37:02 +08:00
parent 0433febf06
commit 9e24b6111d
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ const initData = () => {
}
// def: type active: points: , accSum
return { def: o, id: o.id, type: o.worktype, active: [], points, accSum, rightSum, children,hasAnswers,timeAnalyse,score:o.score }
return { def: o, id: o.id, type: o.worktype, active: [], points, accSum, rightSum, children,hasAnswers,timeAnalyse,score:o.workScore }
})
if (data.length === 0) return
useOverview.getAllData([...data])