Commit 0727d43b by wusiyi

fix: 修复导入时没有币种问题

parent 2e8d2a71
......@@ -1435,6 +1435,7 @@ const handleLocalImport = async ({
usableInventory: skuItem.usableInventory,
stockUpStored: importedItem?.stockUpStored ?? null,
remark: importedItem?.remark ?? null,
currencyName: skuItem.currencyName,
} as InterProductList // 明确类型
})
// 5. 更新 otherPurchaseData
......
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