From e46529b30ffa70eaf114b8e532fe022a1836c215 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 8 Jul 2024 14:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E4=B8=8A=E6=9E=B6=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E6=89=AB=E6=8F=8F=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/putaway/job/putawayJob.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/putaway/job/putawayJob.vue b/src/pages/putaway/job/putawayJob.vue index 22ea2112..44847ff6 100644 --- a/src/pages/putaway/job/putawayJob.vue +++ b/src/pages/putaway/job/putawayJob.vue @@ -87,6 +87,7 @@ onShow() { this.getList('refresh'); + }, onReady() { @@ -166,6 +167,7 @@ uni.hideLoading(); if (type === "refresh") { uni.stopPullDownRefresh(); + this.openScanPopup() } var list = res.data.list;