From 08a5f6e6f783128aa08782d693d8ec831383fa86 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 26 十二月 2023 13:34:23 +0800
Subject: [PATCH] 1.车间综合 50%
---
src/views/kb/produce.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/kb/produce.vue b/src/views/kb/produce.vue
index 5271079..3b14954 100644
--- a/src/views/kb/produce.vue
+++ b/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)
})
},
--
Gitblit v1.9.3