Commit 2addadd8 by 杨子

fix(OutboundExecution): 重置currentBatch当订单变化时

确保在订单变化时清空当前批次,避免数据不一致
parent 0cdc5171
......@@ -802,6 +802,7 @@ onBeforeUnmount(() => {
watch(() => props.order, async (newOrder) => {
if (newOrder) {
currentBatch.value = null
await loadOrderDetails()
}
}, { deep: true })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment