Commit 157d3e5d by wusiyi

fix: 取消打单完成时仍允许切换箱子 / 关闭弹窗 #1001911

parent c712bf8a
......@@ -1335,7 +1335,8 @@ const nextStep = async (callback: () => void) => {
callback && callback()
})
} catch (error) {
productionOrderRef.value.focus()
// 取消打单完成时仍允许切换箱子 / 关闭弹窗
callback && callback()
console.error(error)
}
} else {
......
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