From 96f6135aba7e1d24e4d8cb6f143adb27d460413a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 19 Aug 2024 17:32:49 +0800 Subject: [PATCH] hotfix/2.15.1.2407.01 --- .../reportView/components/statisticalMicroSettingsSlide.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js index 50be41e5..66a38aeb 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js @@ -412,6 +412,8 @@ const StatisticalScopePicker = (props) => { { + console.log(current, moment(current).format("YYYY-MM")) + console.log(startDate, endDate) if (!current || !endDate) return false; const start = moment(startDate || endDate).subtract(11, "months").format("YYYY-MM"); const end = moment(startDate).add(12, "months").format("YYYY-MM");