소스 검색

打印单

XMLWAN 4 년 전
부모
커밋
5516f846ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/workforce/components/nextTableWeeks.vue

+ 1 - 1
src/xt_pages/workforce/components/nextTableWeeks.vue 파일 보기

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