From 4f4f54ac205f1c9624435d97144bccf7913d03f4 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 23 Aug 2024 10:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E6=96=99=E6=8E=A5?= =?UTF-8?q?=E6=94=B6=E5=8A=A0=E8=BD=BD=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/productionReceipt/job/productionReceiptDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/productionReceipt/job/productionReceiptDetail.vue b/src/pages/productionReceipt/job/productionReceiptDetail.vue index 86809136..99183b38 100644 --- a/src/pages/productionReceipt/job/productionReceiptDetail.vue +++ b/src/pages/productionReceipt/job/productionReceiptDetail.vue @@ -239,14 +239,14 @@ if (res) { setTimeout(res=>{ that.$throttle(that.commit,2000,that)() - }) + },100) } }); } else { setTimeout(res=>{ that.$throttle(that.commit,2000,that)() - }) + },100) } },