Merge branch 'hotfix/2.14.2.2405.02' into release/2.14.2.2405.02
This commit is contained in:
commit
e0bec67c0b
|
|
@ -42,8 +42,8 @@ class Index extends Component {
|
|||
keyword: "",
|
||||
year: moment().format("YYYY"),
|
||||
dateRange: [
|
||||
moment(new Date()).subtract(1, "year").startOf("year").format("YYYY-MM"),
|
||||
moment(new Date()).endOf("year").format("YYYY-MM")
|
||||
moment(new Date()).subtract(6, "months").format("YYYY-MM"),
|
||||
moment(new Date()).format("YYYY-MM")
|
||||
],
|
||||
showSearchAd: false,
|
||||
isQuery: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue