|
@ -342,7 +342,7 @@ export default { |
|
|
options.times = []; |
|
|
options.times = []; |
|
|
options.currentTime = moment(options.date).format('YYYY-MM-DD'); |
|
|
options.currentTime = moment(options.date).format('YYYY-MM-DD'); |
|
|
let now = moment(options.date).add(1, 'd'); |
|
|
let now = moment(options.date).add(1, 'd'); |
|
|
let day = new Date(now.year(), now.month() + 1, 0); |
|
|
// let day = new Date(now.year(), now.month() + 1, 0); |
|
|
for (let i = 0; i < 24; i++) { |
|
|
for (let i = 0; i < 24; i++) { |
|
|
options.times.push({ |
|
|
options.times.push({ |
|
|
day: now.add(-1, 'd').format('DD'), |
|
|
day: now.add(-1, 'd').format('DD'), |
|
|