XMLWAN hace 4 años
padre
commit
0db0e9369f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/workforce/components/nextTableWeeks.vue

+ 1 - 1
src/xt_pages/workforce/components/nextTableWeeks.vue Ver fichero

@@ -231,7 +231,7 @@ export default {
231 231
     getNextScheduleWeekDay() {
232 232
         const start = moment().weekday(1).format('YYYY-MM-DD'); //本周一
233 233
         const end = moment().weekday(7).format('YYYY-MM-DD')
234
-        // console.log("start",moment(start).unix())
234
+        console.log("start",moment(start).unix())
235 235
       
236 236
         // const params = {
237 237
         //   start_time:moment().week(moment().week() + 1).startOf('week').unix(),