闫增涛
2024-07-23 467a032d491ea1cc35eabc09f0232d93a9f7a94f
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() {},