From 3d3fb4608e1ef51c73c35db462c88dfaa66a42c8 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 29 四月 2025 18:15:55 +0800
Subject: [PATCH] 0-3岁婴幼儿艺术启蒙样章完成

---
 src/books/childHealth/view/content/components/chapter011.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/books/childHealth/view/content/components/chapter011.vue b/src/books/childHealth/view/content/components/chapter011.vue
index b6d836e..0ff49d2 100644
--- a/src/books/childHealth/view/content/components/chapter011.vue
+++ b/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() {},

--
Gitblit v1.9.1