From 877c524de01c3ad05173937508df4c66f85472f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Fri, 26 Sep 2025 21:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=88=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/automatedWarehouse/palletPacking.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/automatedWarehouse/palletPacking.vue b/src/views/modules/automatedWarehouse/palletPacking.vue index 68f09a1..99ded88 100644 --- a/src/views/modules/automatedWarehouse/palletPacking.vue +++ b/src/views/modules/automatedWarehouse/palletPacking.vue @@ -745,7 +745,7 @@ export default { this.$message.error('无法获取当前栈板位置'); return; } - + this.transportModalVisible = true; this.selectedTargetStation = ''; this.transportStationOptions = []; @@ -845,7 +845,7 @@ export default { } }).catch(error => { console.error('调用空托盘失败:', error); - this.$message.error('调用空托盘失败'); + this.$message.error('异常:'+error); }); },