commit
d0bda1fac9
@ -532,7 +532,7 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.initLastThirtyDaysCharts(this.lastThirtyDays)
|
||||
this.initHistoryCharts(this.history)
|
||||
}, 500);
|
||||
}, 5000);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -157,7 +157,7 @@ export default {
|
||||
this.$store.commit("setActiveMenu", "open-data");
|
||||
setTimeout(() => {
|
||||
this.initLastThirtyDaysCharts(this.lastThirtyDays)
|
||||
}, 500);
|
||||
}, 2000);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user