From 2ba1bd3f3973156f061ff92a41aa7d324e107780 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 18 Aug 2023 15:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20hotfix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=BA=BF=E4=B8=8Abug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UseProductPop/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UseProductPop/index.jsx b/src/components/UseProductPop/index.jsx index de5027c1..7638b040 100644 --- a/src/components/UseProductPop/index.jsx +++ b/src/components/UseProductPop/index.jsx @@ -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: "" })