|
@@ -222,6 +222,7 @@ const initQuestion = () => {
|
|
|
subject: route.meta.subjectId,
|
|
|
correct: state.question.type !== '错题',
|
|
|
questionTypeCode: treeMapCpt.value.get(state.selected).questionTypeCode,
|
|
|
+ studentId: AppStore.studentInfo?.studentId,
|
|
|
})
|
|
|
.then(({ rows, total }: any) => {
|
|
|
state.question.data = rows
|