Commit 7399cae2 authored by wzy's avatar wzy

fix: 25504-放弃价格充值为空

parent a293f812
......@@ -216,7 +216,7 @@ const FormList = (props: any) => {
i.num = i.quantity
i.quantity = i.quantity
i.prpIds = i.prpId
i.price = ''
// i.price = ''
return i
})
setPurchaseData(JSON.parse(JSON.stringify(list)))
......
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