Merge remote-tracking branch 'origin/build' into build

This commit is contained in:
aixianling
2022-12-27 11:48:48 +08:00

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