From 71d70e899baa5303a9755b4103edbc29b9e231ca Mon Sep 17 00:00:00 2001 From: liangzhou <594755172@qq.com> Date: Fri, 6 Sep 2024 16:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0=EF=BC=9A?= =?UTF-8?q?=201.=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=89=A9=E6=96=99=E5=B7=A5=E4=BD=9C=E6=98=AF=E5=90=A6=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=9A=84=E6=97=B6=E9=97=B4=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/doKitting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/doKitting.vue b/src/layout/doKitting.vue index cf09bb5..38f8208 100644 --- a/src/layout/doKitting.vue +++ b/src/layout/doKitting.vue @@ -178,7 +178,7 @@ export default { this.$refs.goodsId.focus() this.timer = setInterval(() => { this.queryFinish() - }, 2000) + }, 3000) }, beforeUnmount() { clearInterval(this.timer)