闫增涛
2024-05-31 590a91b4f02e0022ab43957d4a8b210d9927b9f8
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);