fix: 🧩 修復bug
This commit is contained in:
@@ -39,7 +39,7 @@ const getWarehousesList = async () => {
|
||||
data.forEach((item: any) => {
|
||||
options.push({
|
||||
id: item.id,
|
||||
value: item.warehouse_number,
|
||||
value: item.warehouse_number + "_" + item.id,
|
||||
label: item.warehouse_name
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user