wyh 1 рік тому
батько
коміт
392fcad206

+ 1 - 1
src/views/module_cmms/spotcheckContent/modules/SpotcheckContentForm.vue

@@ -242,7 +242,7 @@
       // 处理子组件传过来的数据
       handleCustomEvent(data) {
         // 处理从子组件传递过来的数据
-        console.log("Received Data:", data);
+        console.log("子组件传过来的数据:", data);
         this.model.spotcheckContentItemList = data;
       }
     }