安生 4 years ago
parent
commit
952873f85b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/system/officework/schedule/schedule.vue

+ 1 - 0
src/views/system/officework/schedule/schedule.vue

@@ -178,6 +178,7 @@
               var d = d < 10 ? '0' + d : d;
               arry.push(d);
             }
+
             return arry;
           }
         },