Xiao_Mo преди 4 години
родител
ревизия
48e4cc80b9
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  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: {