Browse Source

打印单

XMLWAN 4 years ago
parent
commit
0db0e9369f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/workforce/components/nextTableWeeks.vue

+ 1 - 1
src/xt_pages/workforce/components/nextTableWeeks.vue View File

@@ -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(),