From 8c739c86e6c6142881ebb2b1615f6b5ccf9aca55 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 31 十月 2024 20:03:12 +0800
Subject: [PATCH] 查看试卷bug

---
 src/views/grade/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/grade/index.vue b/src/views/grade/index.vue
index b7ad27e..07b4042 100644
--- a/src/views/grade/index.vue
+++ b/src/views/grade/index.vue
@@ -8,7 +8,7 @@
             {{ examInfo.examName }}
           </div>
           <AnswerGrade></AnswerGrade>
-          
+
           <div class="return-container grow flex justify-end">
             <el-button type="danger" size="large" circle @click="closeClick">
               <template #icon>
@@ -97,7 +97,7 @@
 
 const gradeStore = useGradeStore();
 const { currentType, currentIndex, examDetail, examType, examInfo } = storeToRefs(gradeStore);
-
+console.log("鎴戣崏娉ラ┈锛�", storeToRefs(gradeStore))
 const typeComponent = {
   1: AnswerSingle,
   2: AnswerMultiple,
@@ -222,4 +222,4 @@
   background-color: rgba($color: #3680fa, $alpha: 0.2);
   margin-bottom: 20px;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0