小小儁爺
2024-11-05 8a28b3c54ae2a95789be46a104390b33630dd4fc
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()
              }