:fix: first enter the https://rymcu.com/open-data can not show the chart
This commit is contained in:
parent
5f536250ea
commit
220ee2680d
@ -155,7 +155,9 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$store.commit("setActiveMenu", "open-data");
|
this.$store.commit("setActiveMenu", "open-data");
|
||||||
|
setTimeout(() => {
|
||||||
this.initLastThirtyDaysCharts(this.lastThirtyDays)
|
this.initLastThirtyDaysCharts(this.lastThirtyDays)
|
||||||
|
}, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user