lrf402788946 4 rokov pred
rodič
commit
5847a06376
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      src/views/plan/index.vue

+ 1 - 0
src/views/plan/index.vue

@@ -149,6 +149,7 @@ export default {
           })
           })
           .flat();
           .flat();
         // arr = arr.filter(f => f.subid === this.teacher.subid);
         // arr = arr.filter(f => f.subid === this.teacher.subid);
+        arr = arr.filter(f => f.day);
         arr = _.orderBy(arr, ['day'], ['asc']);
         arr = _.orderBy(arr, ['day'], ['asc']);
         this.$set(this, `list`, arr);
         this.$set(this, `list`, arr);
         this.searchApply();
         this.searchApply();