From 429e9bb5915dd90978374cbd8574a9dc5fa464d7 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期一, 08 四月 2024 12:53:48 +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