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