Commit 2d3270cb by qinjianhui

Merge branch 'dev' into 'master'

Dev

See merge request !251
parents bedbfc7e c82edc93
......@@ -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