Commit a8c7ed38 by wusiyi

fix: 切换仓库配货区时清空平台筛选

parent 03240dda
...@@ -1568,6 +1568,7 @@ const handleSortingAreaChange = ( ...@@ -1568,6 +1568,7 @@ const handleSortingAreaChange = (
sortingAreaId: sortingAreaId.value, sortingAreaId: sortingAreaId.value,
}) })
initOrderDetailBox(type) initOrderDetailBox(type)
resetPlatform()
} }
// 手动切换仓库 // 手动切换仓库
const handleWarehouseChange = (value: string | number) => { const handleWarehouseChange = (value: string | number) => {
...@@ -1588,6 +1589,7 @@ const handleWarehouseChange = (value: string | number) => { ...@@ -1588,6 +1589,7 @@ const handleWarehouseChange = (value: string | number) => {
}) })
_warehouseId.value = value _warehouseId.value = value
initOrderDetailBox() initOrderDetailBox()
resetPlatform()
} }
const printNormal = async () => { const printNormal = async () => {
......
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