From d9b4d1cf7a8a188e37c9c207808ab6b09e01d76b Mon Sep 17 00:00:00 2001 From: xuhuihui <3548508071@qq.com> Date: Thu, 2 Jun 2022 09:02:21 +0800 Subject: [PATCH] commit --- 04.系统编码/Frontend/src/components/DecisionSupport.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),