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数据