unknown
2024-06-03 0b17cbbba7c0875a6413361a95b9bef508b27444
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);