update src/components/Echart/src/Echart.vue.

可能会出现异步加载数据图表不显示问题

Signed-off-by: 飒沓如流星 <13523376917@163.com>
This commit is contained in:
飒沓如流星
2025-07-25 03:35:48 +00:00
committed by Gitee
parent 52769ee875
commit 132a4b5e30

View File

@ -72,6 +72,7 @@ watch(
(options) => { (options) => {
if (echartRef) { if (echartRef) {
echartRef?.setOption(options) echartRef?.setOption(options)
echartRef?.resize()
} }
}, },
{ {