小小儁爺
2024-11-15 c0e9df213221d16f6ab6c9106ae01ad571cd45fc
src/views/kanbanManager/cj.vue
@@ -217,10 +217,11 @@
          divData.scrollTop += 1
          if (divData.clientHeight + divData.scrollTop === divData.scrollHeight) {
            divData.scrollTop = 0
            WorkShopProduceTopData({ wkshopcode: this.wkshopcode.join(',') }).then(res => {
            // WorkShopProduceTopData({ wkshopcode: this.wkshopcode.join(',') }).then(res => {
            WorkShopProduceTopData({ wkshopcode: '101,102' }).then(res => {
              this.tableDataCenterTop = res.data
              if (this.tableDataCenterTop.length > 11) {
              if (this.tableDataCenterTop.length > 22) {
                clearInterval(timer)
                this.getWorkShopProduceTopData()
              }