山水共长天一色 vor 3 Jahren
Ursprung
Commit
5d485128a6

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -338,7 +338,7 @@
                 reportTimeType:{},
                 user: JSON.parse(localStorage.userInfo),
                 minDate: new Date(2010, 0, 1),
-                maxDate: new Date(new Date().getFullYear(),new Date().getMonth(),new Date().getDate()+7),
+                maxDate: new Date(),
                 currentDate: new Date(),
                 showPickerTime: false,
                 showPicker: false,