From b8977710b6d7463a8f68ad0c86a4bbd02841493f Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 11 十一月 2024 18:03:21 +0800 Subject: [PATCH] 错题详情 --- src/views/grade-list/data-list/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/grade-list/data-list/index.vue b/src/views/grade-list/data-list/index.vue index 82e60b0..03c1b52 100644 --- a/src/views/grade-list/data-list/index.vue +++ b/src/views/grade-list/data-list/index.vue @@ -91,7 +91,6 @@ const checkExam = (item) => { getGradeInfo(item.id).then((res) => { - console.log(res.data); const {id,examName, score,navbar,titleItems} = res.data; gradeStore.setExamInfo({ id, -- Gitblit v1.8.0