This commit is contained in:
yanran200730
2023-02-20 16:41:35 +08:00
parent f8e91898af
commit 9493853fe4

View File

@@ -111,7 +111,7 @@
style="width: 240px" style="width: 240px"
v-model="search2.date" v-model="search2.date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
@change="type = '', getStatisticsHot()" @change="search2.dateRange = '', getStatisticsHot()"
type="daterange" type="daterange"
start-placeholder="开始日期" start-placeholder="开始日期"
end-placeholder="结束日期" end-placeholder="结束日期"
@@ -233,6 +233,7 @@
methods: { methods: {
onChange () { onChange () {
console.log(22)
this.getStatisticsKeyData() this.getStatisticsKeyData()
this.getStatisticsHot() this.getStatisticsHot()
this.getStatisticsUse() this.getStatisticsUse()