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