From fd09c751cb72f27e5673a66eb24086ddd4dddf31 Mon Sep 17 00:00:00 2001 From: Ycc Date: Fri, 25 Jul 2025 11:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E7=A5=A8=E5=8F=B7=E5=BF=85=E9=A1=BB?= =?UTF-8?q?=E4=B8=BA=2010=20=E4=B8=AA=E5=AD=97=E6=AF=8D=E6=88=96=E6=95=B0?= =?UTF-8?q?=E5=AD=97=EF=BC=8C=E4=B8=8D=E5=A1=AB=E5=AE=8C=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trainticket/plan.jsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/trainticket/plan.jsx b/src/views/trainticket/plan.jsx index c57c1a4..1b23194 100644 --- a/src/views/trainticket/plan.jsx +++ b/src/views/trainticket/plan.jsx @@ -207,8 +207,17 @@ const TrainticketPlan = props => { - - + + @@ -285,7 +294,7 @@ const TrainticketPlan = props => { }} initialValues={{ ...trainInfo }} onFinish={values => { - ticketIssuedNotifications(userId, trainInfo.CLF_SN, trainInfo.OPI_SN, values.FlightMemo_messages,values.ticketImages) + ticketIssuedNotifications(userId, trainInfo.CLF_SN, trainInfo.OPI_SN, values.FlightMemo_messages, values.ticketImages) .then(() => { notification.success({ message: `成功`,