闫增涛
2024-05-30 b419eeb1a6a6afac7c83580c18c80219c47997e1
src/components/examinations/index.vue
@@ -426,7 +426,6 @@
  props: {
    cardList: {
      type: Array,
      default: [],
    },
    primaryColor: {
      type: String,
@@ -446,6 +445,13 @@
      cardData:[]
    };
  },
  watch:{
    cardList:{
      handler(newVal) {
        console.log('11',newVal);
      }
    }
  },
  mounted() {
    this.cardData = this.cardList
    console.log('this.cardList',this.cardList);