diff --git a/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue b/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue index b375bfde..0b13da60 100644 --- a/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/qianxinan/AppIntegralStatistics/AppIntegralStatistics.vue @@ -183,7 +183,7 @@ export default { } }, created() { - this.time = [dayjs().subtract(7,'week').format('YYYY-MM-DD'),dayjs().format('YYYY-MM-DD')] + this.time = [dayjs().subtract(1,'week').format('YYYY-MM-DD'),dayjs().format('YYYY-MM-DD')] this.getTableData() this.$dict.load('epidemicDangerousAreaLevel','integralType','integralRuleEvent','integralRuleEventType', 'srScoreType').then(() => { this.getStatistics()