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) }) },