From 15cbc2f370b61e4e0cd472c8030fb8cb6d89b82a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 08 五月 2024 16:33:08 +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