|
@@ -233,18 +233,18 @@ export default {
|
233
|
233
|
const end = moment().weekday(7).format('YYYY-MM-DD')
|
234
|
234
|
// console.log("start",moment(start).unix())
|
235
|
235
|
|
236
|
|
- // const params = {
|
237
|
|
- // start_time:moment().week(moment().week() + 1).startOf('week').unix(),
|
238
|
|
- // end_time:moment().week(moment().week() + 1).endOf('week').unix(),
|
239
|
|
- // week_type:this.week_type,
|
240
|
|
- // week_time:this.week_time,
|
241
|
|
- // }
|
242
|
236
|
const params = {
|
243
|
|
- start_time:1609603200,
|
244
|
|
- end_time:1610208000,
|
|
237
|
+ start_time:moment().week(moment().week() + 1).startOf('week').unix(),
|
|
238
|
+ end_time:moment().week(moment().week() + 1).endOf('week').unix(),
|
245
|
239
|
week_type:this.week_type,
|
246
|
240
|
week_time:this.week_time,
|
247
|
241
|
}
|
|
242
|
+ // const params = {
|
|
243
|
+ // start_time:1609603200,
|
|
244
|
+ // end_time:1610208000,
|
|
245
|
+ // week_type:this.week_type,
|
|
246
|
+ // week_time:this.week_time,
|
|
247
|
+ // }
|
248
|
248
|
|
249
|
249
|
getNextScheduleWeekDay(params).then(response => {
|
250
|
250
|
this.scheduleData = [];
|