From 44878e297966ad62fd5a81e56bb9b1cb40f94190 Mon Sep 17 00:00:00 2001 From: tao Date: Fri, 9 Jan 2026 10:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=87=BA=E7=AB=99=E5=90=8E?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pwoManage/outfeed/layout.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/pwoManage/outfeed/layout.vue b/src/views/pwoManage/outfeed/layout.vue index f4558e3..15a0370 100644 --- a/src/views/pwoManage/outfeed/layout.vue +++ b/src/views/pwoManage/outfeed/layout.vue @@ -52,6 +52,7 @@ const handleOutfeed = async () => { await completeStation(jobStore.jobInfo.id, storage); openSelectLocation.value = false; message.success('出站成功'); + router.push({ name: 'PwoManage' }); } catch (error: any) { message.error(error.message || '出站失败'); } finally { @@ -97,7 +98,7 @@ fetchLocationList(); - +