From 8d4bf6f46695691df904a4a7bc7ca625f702879e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 08 十二月 2023 14:27:28 +0800
Subject: [PATCH] 1.递交

---
 pages/znfx/scjd.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/znfx/scjd.vue b/pages/znfx/scjd.vue
index 45cce90..c5b73aa 100644
--- a/pages/znfx/scjd.vue
+++ b/pages/znfx/scjd.vue
@@ -248,7 +248,7 @@
 
 				// calendarRange: new Date().toISOString().slice(0, 10) + '~' + new Date().toISOString().slice(0,
 				// 10), //绯荤粺褰撳墠鏃ユ湡
-				calendarRange: new Date().getFullYear() + '-' + (new Date().getMonth() - 1).toString().padStart(
+				calendarRange: new Date().getFullYear() + '-' + (new Date().getMonth() + 1).toString().padStart(
 					2, '0') + '-01' + '~' + new Date().toISOString().slice(0, 10), //褰撴湀鏃ユ湡
 
 

--
Gitblit v1.9.3