Tang hace 4 años
padre
commit
9d6d2beebc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/view/jobSearchManagement/interviewCalendar/index.vue

+ 0 - 1
src/view/jobSearchManagement/interviewCalendar/index.vue

@@ -112,7 +112,6 @@ export default {
       pickerOptions: {
         selectableRange: this.parseTime(new Date().setMinutes(new Date().getMinutes() + 1),"{hh}:{ii}:{ss}") + "- 23:59:00",
         disabledDate: (time) => {
-        //  console.log(34)
           return time.getTime() < Date.now() - 8.64e7;
         },
       },