Explorar el Código

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

lideyin hace 4 años
padre
commit
130c628c1d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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>