From c7f6b4d2fb5098827fd576b79bc9600703b2b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E8=88=AA?= <740464440@qq.com> Date: Thu, 9 Nov 2023 18:10:58 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E5=A4=84=E7=90=86=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8F=91=E8=B5=B7=E5=BC=82=E5=B8=B8=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E8=BE=93=E5=85=A5=E8=BD=A6=E7=89=8C?= =?UTF-8?q?=E5=8F=B7=E5=90=8E=E6=97=A0=E6=B3=95=E9=80=89=E6=8B=A990?= =?UTF-8?q?=E5=A4=A9=E4=B9=8B=E5=90=8E=E7=9A=84=E6=97=B6=E9=97=B4=E7=AD=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/FinancialMgm/ExceptionDeal/StartExceptionDeal/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/FinancialMgm/ExceptionDeal/StartExceptionDeal/index.jsx b/src/pages/FinancialMgm/ExceptionDeal/StartExceptionDeal/index.jsx index 8747422..cb1f8c4 100644 --- a/src/pages/FinancialMgm/ExceptionDeal/StartExceptionDeal/index.jsx +++ b/src/pages/FinancialMgm/ExceptionDeal/StartExceptionDeal/index.jsx @@ -194,7 +194,7 @@ function StartExceptionDeal() { //时间切换按钮事件 const $onClickTime = (v) => { - let plate = formData?.plateNumber || ""; + let plate = formData?.plate || ""; let value = v?.value || 0; if (plate) { if (utils?.validationPlate(plate)) {