Explorar el Código

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

hong.yang hace 1 año
padre
commit
f910d721dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data-room-ui/packages/BigScreenRun/index.vue

+ 1 - 1
data-room-ui/packages/BigScreenRun/index.vue

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