From a47e8ae08413b99a7fcd4195a535687234b0160f Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 28 五月 2024 19:21:49 +0800
Subject: [PATCH] 页码

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

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index 0087def..ce572f4 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -446,7 +446,6 @@
       cardData:[]
     };
   },
-  inject:['changeQuestionData'],
   mounted() {
     this.cardData = this.cardList
     console.log('this.cardList',this.cardList);

--
Gitblit v1.9.1