小小儁爺
2024-08-30 c888fc2cc457ca646e10df2575e5cc9e91abd5d3
src/views/kanbanManager/zhkb.vue
@@ -215,6 +215,9 @@
          this.LeftTopData02.push(data)
        }
      }
      const t1 = this.LeftTopData02[ this.LeftTopData02.length - 1]
      this.LeftTopData02.splice(7, 1)
      this.LeftTopData02.splice(3, 0, t1)
      loadEcharts('all01', all01(this.legendData, this.LeftTopData02))
      setInterval(() => {
@@ -253,6 +256,9 @@
              this.LeftTopData02.push(data)
            }
          }
          const t1 = this.LeftTopData02[ this.LeftTopData02.length - 1]
          this.LeftTopData02.splice(7, 1)
          this.LeftTopData02.splice(3, 0, t1)
          loadEcharts('all01', all01(this.legendData, this.LeftTopData02))
        })
      }, 1000 * 30)