积分统计

This commit is contained in:
liuye
2023-01-06 08:53:01 +08:00
parent b6f0b27b9b
commit 904d6f8c49

View File

@@ -183,7 +183,7 @@ export default {
} }
}, },
created() { 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.getTableData()
this.$dict.load('epidemicDangerousAreaLevel','integralType','integralRuleEvent','integralRuleEventType', 'srScoreType').then(() => { this.$dict.load('epidemicDangerousAreaLevel','integralType','integralRuleEvent','integralRuleEventType', 'srScoreType').then(() => {
this.getStatistics() this.getStatistics()