From 655dd6afb45419a4c4e62b419eea125dd6e99e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 23 May 2024 15:42:14 +0800 Subject: [PATCH] hotfix/2.14.2.2405.02 --- pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js index d4681ac2..121e334a 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/index.js @@ -42,8 +42,8 @@ class Index extends Component { keyword: "", year: moment().format("YYYY"), dateRange: [ - moment(new Date()).subtract(1, "year").startOf("year").format("YYYY-MM"), - moment(new Date()).endOf("year").format("YYYY-MM") + moment(new Date()).subtract(6, "months").format("YYYY-MM"), + moment(new Date()).format("YYYY-MM") ], showSearchAd: false, isQuery: false,