fix:去除大屏运行状态的组件初始化缓存,暂时解决定时刷新失效问题

main
hong.yang 10 months ago
parent 7b5f9de011
commit f910d721dc

@ -11,7 +11,7 @@
:style="renderStyle"
>
<div
v-for="chart in initChartList"
v-for="chart in chartList"
:key="chart.code"
:style="getStyle(chart)"
>

Loading…
Cancel
Save