custom-旭化成
This commit is contained in:
parent
b17bf10327
commit
7d49e19bd9
|
|
@ -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: []
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue