闫增涛
2024-05-30 c74a9956a74475199b23bf37385135cae1076f85
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);