fix: 修改一些bug

This commit is contained in:
wanglei
2024-06-29 20:47:37 +08:00
parent d3d8e4f397
commit 57db3819bb
3 changed files with 8 additions and 4 deletions

View File

@@ -185,7 +185,9 @@ export default {
})
if (code === 0) {
this.chartList = records?.reverse() || []
this.initChart()
this.$nextTick(()=>{
this.initChart()
})
}
} catch (e) {
console.log(e)