闫增涛
2024-06-03 c01348761c7bd173ed92edb14ca1e454eaa93f6c
src/components/examinations/index.vue
@@ -445,6 +445,13 @@
      cardData:[]
    };
  },
  watch:{
    cardList:{
      handler(newVal) {
        console.log('11',newVal);
      }
    }
  },
  mounted() {
    this.cardData = this.cardList
    console.log('this.cardList',this.cardList);