Browse Source

feat:修改定时器

liu.shiyi 2 năm trước cách đây
mục cha
commit
815de6bf9c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data-room-ui/packages/BigScreenRun/index.vue

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

@@ -206,7 +206,7 @@ export default {
             that.chartList.forEach((chart, index) => {
               if (item.code === chart.code && item.time === time) {
                 item.time = item.time + item.originTime
-                that.$refs.RenderCardRef[index].$refs[chart.code].updateData()
+                that.$refs.RenderCardRef[index].$refs[chart.code].changeData(chart)
               }
             })
           }