From eda2b2ac2d3300a278e8fc7a2b64886f0032692e Mon Sep 17 00:00:00 2001 From: Ycc Date: Fri, 16 May 2025 16:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=81=AB=E8=BD=A6=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trainticket/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trainticket/index.jsx b/src/views/trainticket/index.jsx index e1d8f85..78b0883 100644 --- a/src/views/trainticket/index.jsx +++ b/src/views/trainticket/index.jsx @@ -91,7 +91,7 @@ const Trainticket = props => { const showTotal = total => `合计 ${total} `; useEffect(() => { - !planList && getPlanList(travelAgencyId, "", dayjs().startOf("M").format(DATE_FORMAT), dayjs().add(3, "M").endOf("M").format(DATE_FORMAT), "-1", "-1"); + !planList && getPlanList(travelAgencyId, "", dayjs().startOf("M").format(DATE_FORMAT), dayjs().endOf("M").format(DATE_FORMAT), "-1", "-1"); }, []); return ( @@ -100,7 +100,7 @@ const Trainticket = props => {