luohairen
2024-11-12 b802c3a08a4515986cd2ee4430a8c64f25972a04
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,