Commit 2b0719ea by qinjianhui

fix: 入库申请单备货仓库查询条件修改

parent 0a4815c5
......@@ -302,9 +302,6 @@ const {
getStockingApplyOrderListApi(
{
...searchForm.value,
warehouseId: Array.isArray(searchForm.value.warehouseId)
? searchForm.value.warehouseId.join(',')
: (searchForm.value.warehouseId as string | undefined),
storeStatus: status.value === '-1' ? undefined : status.value,
},
page,
......
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