소스 검색

点检内容优化

wyh 1 년 전
부모
커밋
392fcad206
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/module_cmms/spotcheckContent/modules/SpotcheckContentForm.vue

+ 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;
       }
     }