src/views/wrong-list/data-list/index.vue
@@ -78,7 +78,12 @@ const router = useRouter(); const checkWrong = (row) => { checkWrongInfo(row.id, row).then((res) => { const data = { examId: row.examId, questionType: row.questionType, questionId: row.questionId }; checkWrongInfo(data).then((res) => { const {id, examName, score, navbar, titleItems} = res.data; gradeStore.setExamInfo({ id,