Xiao_Mo 4 anni fa
parent
commit
48e4cc80b9
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      src/views/teamDetail/teamCourseList.vue

+ 5 - 2
src/views/teamDetail/teamCourseList.vue

@@ -717,8 +717,10 @@ export default {
         }
       }
      
-      if(flag)return
-      this.searchForm.timer = [nowTime, nowTime]
+      if(!flag){
+        this.searchForm.timer = [nowTime, nowTime]
+      }
+      
     }
 
     if (query.organId) {
@@ -727,6 +729,7 @@ export default {
     this.$store.dispatch("setBranchs");
     this.$store.dispatch("setTeachers");
     this.$store.dispatch("setSchools");
+
     this.init();
   },
   methods: {