mo 3 år sedan
förälder
incheckning
6f2d14da38
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      src/views/teamDetail/teamCourseList.vue

+ 4 - 3
src/views/teamDetail/teamCourseList.vue

@@ -873,7 +873,7 @@ const initSearch = {
   organIdList: null,
   courseStatus: null,
   courseType: null,
-  timer: [nowTime, nowTime], // 时间
+  timer: [], // 时间
   class: null,
   teachType: null,
   mergeCourseType: null,
@@ -933,7 +933,7 @@ export default {
     SchoolLocation,
   },
   created() {
-    this.searchForm.timer = [nowTime, nowTime];
+    // this.searchForm.timer = [nowTime, nowTime];
   },
   computed: {
     workTypeOptions() {
@@ -975,7 +975,8 @@ export default {
           }
         } else {
           if (this.searchForm[item]) {
-             this.searchForm.timer = [];
+            // console.log(this.searchForm[item])
+            //  this.searchForm.timer = [];
             flag = true;
           }
         }