Przeglądaj źródła

页面初始化时不需要刷新同步状态

lideyin 4 lat temu
rodzic
commit
130c628c1d
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/modules/oe/views/examSummary.vue

+ 0 - 1
src/modules/oe/views/examSummary.vue

@@ -734,7 +734,6 @@ export default {
   created() {
     this.getExams();
     this.getOrgs();
-    this.refreshExamSyncPercentage();
   }
 };
 </script>