闫增涛
2024-07-11 6565078d7af60fe9496a43a7d3d9bf00f92f0531
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() {},