CzRger преди 1 месец
родител
ревизия
b36e5cbaf3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/study/subject/question/index.vue

+ 1 - 0
src/views/study/subject/question/index.vue

@@ -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