unknown
2024-06-03 8f6329a8ea3f85b6bc9f751449109cba06b73591
src/components/examinations/index.vue
@@ -445,7 +445,13 @@
      cardData:[]
    };
  },
  inject:['changeQuestionData'],
  watch:{
    cardList:{
      handler(newVal) {
        console.log('11',newVal);
      }
    }
  },
  mounted() {
    this.cardData = this.cardList
    console.log('this.cardList',this.cardList);