闫增涛
2024-11-22 38cdff1163573261e36f9d7f8920e1578e1172c8
src/books/childHealth/view/content/components/chapter011.vue
@@ -124,9 +124,15 @@
      type: Array,
    },
  },
  watch:{
    questionData:{
      handler(newVal) {
        console.log('新值',newVal);
      }
    },deep:true,immediate:true
  },
  data() {
    return {
      questionData: {},
    };
  },
  async mounted() {},