zhangjie 1 年之前
父節點
當前提交
6da101a066
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -187,8 +187,8 @@ export default {
     },
   },
   created() {
-    this.initData1();
-    // this.initData();
+    // this.initData1();
+    this.initData();
   },
   methods: {
     ...mapActions("exam", ["updateWaitTaskCount"]),