11wqe1 7 달 전
부모
커밋
520ff176d9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/components/easy2/commpont/evaTable.vue

+ 3 - 3
src/components/easy2/commpont/evaTable.vue

@@ -62,9 +62,9 @@
 <script>
 export default {
   props: ["eList"],
-  mounted() {
-    console.log("eList", this.eList);
-  },
+//   mounted() {
+//     console.log("eList", this.eList);
+//   },
   data() {
     return {};
   }