unknown
2024-05-30 474b491c5875a833a1aa302dc703d18fbc73b58b
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);