Procházet zdrojové kódy

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

lideyin před 4 roky
rodič
revize
130c628c1d
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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>