loulijun2021
2023-05-10 4ee759bd3226bb2f686c99b3d93e26b4128f07a4
src/views/kanbanManager/ckgl.vue
@@ -336,7 +336,7 @@
  WareHouseRightTopData,
  WareHouseTopBottomData,
  WareHouseTopLeftData
} from '@/api/dzkb'
} from '@/api/kanbanManager'
export default {
  name: 'Index2',
@@ -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数据