From 9493853fe4c8778e272d1a152c52f858b674a034 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 20 Feb 2023 16:41:35 +0800 Subject: [PATCH] bug --- .../qujing/app/AppLearningStatistics/AppLearningStatistics.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue index 4414859a..c1982715 100644 --- a/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue +++ b/project/qujing/app/AppLearningStatistics/AppLearningStatistics.vue @@ -111,7 +111,7 @@ style="width: 240px" v-model="search2.date" value-format="yyyy-MM-dd" - @change="type = '', getStatisticsHot()" + @change="search2.dateRange = '', getStatisticsHot()" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期" @@ -233,6 +233,7 @@ methods: { onChange () { + console.log(22) this.getStatisticsKeyData() this.getStatisticsHot() this.getStatisticsUse()