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");