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); }); },