Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-06-29 10:02:41 +08:00

View File

@@ -498,6 +498,11 @@ export default {
}
if (!this.isInit) {
this.initChart(this.chartOption)
if (this.resize) {
setTimeout(() => {
this.resize()
}, 200)
}
}
}
}