11wqe1 7 months ago
parent
commit
520ff176d9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/easy2/commpont/evaTable.vue

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

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