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: [] } };