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(); }, //选择时期区间