From 49ed1b567dde8080d6e15614ab3805523eae4828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E8=88=AA?= <740464440@qq.com> Date: Fri, 15 Dec 2023 01:01:16 +0800 Subject: [PATCH] =?UTF-8?q?fix():=2012-15=E5=A4=84=E7=90=86=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=90=AB=E7=A8=8E?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E7=9A=84=E9=97=AE=E9=A2=98=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MerchantMgm/InvoiceConf/loadable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/MerchantMgm/InvoiceConf/loadable.jsx b/src/pages/MerchantMgm/InvoiceConf/loadable.jsx index 7170510..01f5e0e 100644 --- a/src/pages/MerchantMgm/InvoiceConf/loadable.jsx +++ b/src/pages/MerchantMgm/InvoiceConf/loadable.jsx @@ -61,7 +61,7 @@ function InvoiceConf(props) { //含税状态 const [taxTypeStatus,setTaxTypeStatus]=useState() //税率状态 - const [rateStatus,setRateStatus]=useState() + const [rateStatus,setRateStatus]=useState("1") // 发票平台 const [InvoicePlatform, setInvoicePlatform] = useState(2); const [editId, setEditId] = useState(""); // 编辑是所需要的id