From 56f1a4ce3c83970f86380d6081767fa733018a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 18 Apr 2023 09:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/AppletAccessLog/index.vue | 2 ++ src/views/system/Personalstatistics/index.vue | 2 ++ src/views/system/StatisticsArea/index.vue | 2 ++ src/views/system/StatisticsParent/index.vue | 4 ++++ src/views/system/Statisticspark/index.vue | 2 ++ 5 files changed, 12 insertions(+) diff --git a/src/views/system/AppletAccessLog/index.vue b/src/views/system/AppletAccessLog/index.vue index a391098..2805049 100644 --- a/src/views/system/AppletAccessLog/index.vue +++ b/src/views/system/AppletAccessLog/index.vue @@ -208,6 +208,8 @@ export default { this.classId = ""; this.loginType = ""; this.valuetime = ""; + this.startDate = ""; + this.endDate = ""; this.$refs.resets.reset(); this.$refs.classe.reset(); this.getlist(); diff --git a/src/views/system/Personalstatistics/index.vue b/src/views/system/Personalstatistics/index.vue index e1d1d5c..d1158e2 100644 --- a/src/views/system/Personalstatistics/index.vue +++ b/src/views/system/Personalstatistics/index.vue @@ -151,6 +151,8 @@ export default { this.parentInfoId = ""; this.classId = ""; this.valuetime = ""; + this.startDate = ""; + this.endDate = ""; this.$refs.resets.reset(); this.$refs.classe.reset(); this.getlist(); diff --git a/src/views/system/StatisticsArea/index.vue b/src/views/system/StatisticsArea/index.vue index e9218d8..42a9628 100644 --- a/src/views/system/StatisticsArea/index.vue +++ b/src/views/system/StatisticsArea/index.vue @@ -142,6 +142,8 @@ export default { resetQuery() { this.newtime(); this.valuetime = ""; + this.query.startDate = ""; + this.query.endDate = ""; this.getlist(); }, //选择时期区间 diff --git a/src/views/system/StatisticsParent/index.vue b/src/views/system/StatisticsParent/index.vue index 1669c6f..ff8645a 100644 --- a/src/views/system/StatisticsParent/index.vue +++ b/src/views/system/StatisticsParent/index.vue @@ -397,6 +397,10 @@ export default { resetQuery() { this.newtime(); this.valuetime = ""; + this.query.startDate = ""; + this.query.endDate = ""; + this.$refs.resets.reset(); + this.$refs.classe.reset(); this.getlist(); }, //选择时期区间 diff --git a/src/views/system/Statisticspark/index.vue b/src/views/system/Statisticspark/index.vue index 67db573..1f18446 100644 --- a/src/views/system/Statisticspark/index.vue +++ b/src/views/system/Statisticspark/index.vue @@ -167,6 +167,8 @@ export default { this.areaCode = ""; this.areaCode2 = null; this.valuetime = ""; + this.startDate = ""; + this.endDate = ""; this.kindergartenId = ""; this.$refs.kinresets.reset(); this.getlist();