Commit e9a39958 by wusiyi

fix: 默认选中配货区bug修复

parent 475c52d9
...@@ -1540,10 +1540,6 @@ const getSortingAreaList = async () => { ...@@ -1540,10 +1540,6 @@ const getSortingAreaList = async () => {
sortingAreaId.value = defaultArea.id sortingAreaId.value = defaultArea.id
warehouseId.value = defaultArea.warehouseId warehouseId.value = defaultArea.warehouseId
isAutoPrint.value = defaultArea.autoPrint || false isAutoPrint.value = defaultArea.autoPrint || false
emit('set-warehouseId', {
warehouseId: warehouseId.value,
sortingAreaId: sortingAreaId.value,
})
} }
</script> </script>
......
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