闫增涛
2024-06-03 4c651bf9ab9a67afc0aae5201d8bc3a318546c00
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);