🚑️ hotfix: 修复线上bug
This commit is contained in:
parent
4f61181409
commit
2ba1bd3f39
|
@ -305,7 +305,7 @@ const UseProductPop = forwardRef((props, ref) => {
|
|||
official_price: cur_product.official_price || "",
|
||||
cost_price: cur_product.cost_price || "",
|
||||
product_name: cur_product.title || "",
|
||||
account_type: cur_product.account_type || "",
|
||||
account_type: cur_product.account_type || 0,
|
||||
quantity: "",
|
||||
contract_price: ""
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue