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), //当月日期