Commit 8b7ef784 by wusiyi

fix: 修复从配货分拣切换至配货打单后,仓库信息没清空bug #1001782

parent e5ce782f
......@@ -554,6 +554,9 @@ watch(visible, async (value: boolean) => {
localRaw = localStorage.getItem('localSortingAreaId') || ''
break
}
warehouseId.value = ''
_warehouseId.value = ''
sortingAreaId.value = ''
const localData = localRaw ? JSON.parse(localRaw) : ''
// 配货分拣 存仓库+配货区
......
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