diff --git a/04.系统编码/Frontend/src/components/DecisionSupport.vue b/04.系统编码/Frontend/src/components/DecisionSupport.vue index d3e1c61..4a5adb9 100644 --- a/04.系统编码/Frontend/src/components/DecisionSupport.vue +++ b/04.系统编码/Frontend/src/components/DecisionSupport.vue @@ -342,7 +342,7 @@ export default { options.times = []; options.currentTime = moment(options.date).format('YYYY-MM-DD'); 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++) { options.times.push({ day: now.add(-1, 'd').format('DD'),