This commit is contained in:
shijingjing
2022-12-27 11:04:20 +08:00
parent dc91f5b104
commit f47f9ad336

View File

@@ -209,7 +209,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').then(() => {
this.getStatistics()