Compare commits

..

No commits in common. "8cffee606a0e09659d0fb0a52afcdf4707c0c082" and "0433febf06338e06f291deca06b5872b759b7969" have entirely different histories.

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.workScore }
return { def: o, id: o.id, type: o.worktype, active: [], points, accSum, rightSum, children,hasAnswers,timeAnalyse,score:o.score }
})
if (data.length === 0) return
useOverview.getAllData([...data])