YM
2024-05-29 3002c5f4593c91cbd5dd8bc684c3800eff9ab122
src/components/examinations/index.vue
@@ -426,7 +426,6 @@
  props: {
    cardList: {
      type: Array,
      default: [],
    },
    primaryColor: {
      type: String,
@@ -446,7 +445,6 @@
      cardData:[]
    };
  },
  inject:['changeQuestionData'],
  mounted() {
    this.cardData = this.cardList
    console.log('this.cardList',this.cardList);