From 0635caad30e8ea52318e1901d3b39ba992e6e883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 19 Apr 2023 15:06:17 +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 | 1 + src/views/system/Personalstatistics/index.vue | 1 + src/views/system/StatisticsArea/index.vue | 1 + src/views/system/StatisticsParent/index.vue | 2 +- src/views/system/Statisticspark/index.vue | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/AppletAccessLog/index.vue b/src/views/system/AppletAccessLog/index.vue index 7bda178..141a5d5 100644 --- a/src/views/system/AppletAccessLog/index.vue +++ b/src/views/system/AppletAccessLog/index.vue @@ -212,6 +212,7 @@ export default { this.endDate = ""; this.$refs.resets.reset(); this.$refs.classe.reset(); + this.newtime(); this.getlist(); }, //选择时期区间 diff --git a/src/views/system/Personalstatistics/index.vue b/src/views/system/Personalstatistics/index.vue index cd915ec..6868630 100644 --- a/src/views/system/Personalstatistics/index.vue +++ b/src/views/system/Personalstatistics/index.vue @@ -155,6 +155,7 @@ export default { this.endDate = ""; this.$refs.resets.reset(); this.$refs.classe.reset(); + this.newtime(); this.getlist(); }, //选择时期区间 diff --git a/src/views/system/StatisticsArea/index.vue b/src/views/system/StatisticsArea/index.vue index d41bd06..5fd2613 100644 --- a/src/views/system/StatisticsArea/index.vue +++ b/src/views/system/StatisticsArea/index.vue @@ -144,6 +144,7 @@ export default { this.valuetime = ""; this.query.startDate = ""; this.query.endDate = ""; + this.newtime(); this.getlist(); }, //选择时期区间 diff --git a/src/views/system/StatisticsParent/index.vue b/src/views/system/StatisticsParent/index.vue index eec9fb0..3221653 100644 --- a/src/views/system/StatisticsParent/index.vue +++ b/src/views/system/StatisticsParent/index.vue @@ -341,7 +341,6 @@ export default { ); festAndTerm.push(lunarDay.Term == null ? "" : "" + lunarDay.Term); festAndTerm = festAndTerm.join(""); - return festAndTerm == "" ? lunarMD : festAndTerm; }, //获取list @@ -429,6 +428,7 @@ export default { this.query.endDate = ""; this.$refs.resets.reset(); this.$refs.classe.reset(); + this.newtime(); this.getlist(); }, //选择时期区间 diff --git a/src/views/system/Statisticspark/index.vue b/src/views/system/Statisticspark/index.vue index 21459d6..4158fe9 100644 --- a/src/views/system/Statisticspark/index.vue +++ b/src/views/system/Statisticspark/index.vue @@ -171,6 +171,7 @@ export default { this.endDate = ""; this.kindergartenId = ""; this.$refs.kinresets.reset(); + this.newtime(); this.getlist(); }, //选择时期区间