From 7d49e19bd9527f8c21804cbebf4a1d0b91fdcf91 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Tue, 7 Jan 2025 17:24:47 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E6=97=AD=E5=8C=96=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/custom-pages/xhc/departmentReport.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/custom-pages/xhc/departmentReport.js b/pc4mobx/hrmSalary/pages/custom-pages/xhc/departmentReport.js index 31839c39..74f3eba4 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/xhc/departmentReport.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/xhc/departmentReport.js @@ -19,8 +19,8 @@ class DepartmentReport extends Component { super(props); this.state = { dataSource: [], columns: [], loading: false, queryData: { - fromDate: moment(new Date()).subtract(6, "month").startOf("month").format("YYYY-MM-DD"), - toDate: moment(new Date()).add(6, "month").startOf("month").format("YYYY-MM-DD"), + fromDate: moment(new Date()).startOf("month").format("YYYY-MM-DD"), + toDate: moment(new Date()).startOf("month").format("YYYY-MM-DD"), subCompanyIds: [], departmentIds: [] } };