This commit is contained in:
xyc 2025-07-11 15:56:41 +08:00
parent 52f8a9699c
commit 62753617df

View File

@ -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), //
]; ];
}, },