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();