From 02ab5b03eba1f1f628ff6b5e9e6e19539928a168 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 12 七月 2024 09:24:59 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/components/examinations/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index ac8b3ba..30baf98 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -560,6 +560,7 @@
   watch: {
     cardList: {
       handler(newVal) {
+        // console.log('鏂板��',newVal);
         this.cardData = this.cardList;
         if (newVal && newVal.length) {
           this.loading = false;

--
Gitblit v1.9.1