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