zhangjie пре 2 година
родитељ
комит
ebfabb0025
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

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