custom-旭化成

This commit is contained in:
lys 2025-01-07 17:24:47 +08:00
parent b17bf10327
commit 7d49e19bd9
1 changed files with 2 additions and 2 deletions

View File

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