闫增涛
2024-06-04 1c389a5a5c22c8d57ee79cc9ac8ed6db6c8dbadc
src/components/examinations/index.vue
@@ -426,7 +426,6 @@
  props: {
    cardList: {
      type: Array,
      default: [],
    },
    primaryColor: {
      type: String,
@@ -446,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);