更新
This commit is contained in:
parent
52f8a9699c
commit
62753617df
@ -154,7 +154,7 @@
|
|||||||
const startOfMonth = new Date(now.getFullYear(), now.getMonth(), 1);
|
const startOfMonth = new Date(now.getFullYear(), now.getMonth(), 1);
|
||||||
|
|
||||||
this.queryParams.datetimeRange = [
|
this.queryParams.datetimeRange = [
|
||||||
this.formatDate(startOfMonth), // 月初
|
this.formatDate(now), // 月初
|
||||||
this.formatDate(now), // 今天
|
this.formatDate(now), // 今天
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user