Browse Source

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

lideyin 4 years ago
parent
commit
130c628c1d
1 changed files with 0 additions and 1 deletions
  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>