From 4190b2096b44d510897168350eb2cf65ab4e14e0 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 22 七月 2024 12:06:13 +0800
Subject: [PATCH] 三四章优化

---
 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