From 094bff4f727d2fd2c6cf5a923d76782aa3f8010a Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期一, 29 四月 2024 16:09:57 +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