🐛 图表显示问题修复

This commit is contained in:
ronger 2022-11-01 23:21:56 +08:00
parent aaad5ab50b
commit 01aefae6bd
2 changed files with 2 additions and 2 deletions

View File

@ -532,7 +532,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.initLastThirtyDaysCharts(this.lastThirtyDays) this.initLastThirtyDaysCharts(this.lastThirtyDays)
this.initHistoryCharts(this.history) this.initHistoryCharts(this.history)
}, 500); }, 3000);
} }
} }
</script> </script>

View File

@ -157,7 +157,7 @@ export default {
this.$store.commit("setActiveMenu", "open-data"); this.$store.commit("setActiveMenu", "open-data");
setTimeout(() => { setTimeout(() => {
this.initLastThirtyDaysCharts(this.lastThirtyDays) this.initLastThirtyDaysCharts(this.lastThirtyDays)
}, 500); }, 2000);
} }
} }
</script> </script>