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"]),