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(); - +