loulijun2021
2023-04-28 789947d52420fc8a7f557cb2a007b39b86874c92
src/views/kanbanManager/ckgl.vue
@@ -447,13 +447,13 @@
            WareHouseTopLeftData().then(res => {
              this.tableDataTop = res.data
              // this.number1 = this.tableDataTop.length
              if (this.tableDataTop.length > 9) {
              if (this.tableDataTop.length > 10) {
                clearInterval(this.tableTopTask)
                this.getWareHouseTopLeftData()
              }
            })
          }
        }, this.tableDataTop.length <= 9 ? 1000 * 3 : 100)
        }, this.tableDataTop.length <= 10 ? 1000 * 3 : 100)
      })
    },
    // 获取左下table数据