Commit 21dd7d78 by wusiyi

fix: 优化

parent d1ed5c87
...@@ -196,6 +196,7 @@ const loadWarehouseList = async () => { ...@@ -196,6 +196,7 @@ const loadWarehouseList = async () => {
const handleWarehouseChange = (warehouseId: number) => { const handleWarehouseChange = (warehouseId: number) => {
searchForm.value.warehouseId = warehouseId searchForm.value.warehouseId = warehouseId
if (!isEnableSorting.value) return
getSortingRuleList() getSortingRuleList()
} }
......
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