Browse Source

update src/components/Echart/src/Echart.vue.
可能会出现异步加载数据图表不显示问题

Signed-off-by: 飒沓如流星 <13523376917@163.com>

飒沓如流星 6 months ago
parent
commit
132a4b5e30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/Echart/src/Echart.vue

+ 1 - 0
src/components/Echart/src/Echart.vue

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