北鸣对接T+畅捷通,看板前端
loulijun2021
2023-12-26 08a5f6e6f783128aa08782d693d8ec831383fa86
src/views/kb/produce.vue
@@ -271,13 +271,13 @@
            ProductionStockedInLeftTop().then(res => {
              this.tableDataTop = res.data
              // this.number1 = this.tableDataTop.length
              if (this.tableDataTop.length > 10) {
              if (this.tableDataTop.length > 22) {
                clearInterval(this.tableTopTask)
                this.getProductionStockedInLeftTop()
              }
            })
          }
        }, this.tableDataTop.length <= 10 ? 1000 * 3 : 100)
        }, this.tableDataTop.length <= 22 ? 1000 * 3 : 100)
      })
    },