From 2b9c2563811fcdb2c70f663873ad1ebcdd6ab803 Mon Sep 17 00:00:00 2001 From: king <2229249788@qq.com> Date: Thu, 3 Aug 2023 18:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=81=E9=9D=A2=E4=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/manage/spotMeeting/spotMeeting.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/manage/spotMeeting/spotMeeting.tsx b/src/pages/manage/spotMeeting/spotMeeting.tsx index f7a8499..10f077c 100644 --- a/src/pages/manage/spotMeeting/spotMeeting.tsx +++ b/src/pages/manage/spotMeeting/spotMeeting.tsx @@ -10,7 +10,7 @@ import MyButton from "@/components/button/MyButton"; const SpotMeeting: FC = () => { const [manages, setManages] = useState([]) - const [start, setStart] = useState(formatDate(new Date(), "YY-MM-dd 08:00:00")) + const [start, setStart] = useState(formatDate(new Date(), "YY-MM-dd hh:00:00")) const [end, setEnd] = useState(formatDate(new Date(), "YY-MM-dd 18:00:00")) const [tempFilePath, setTempFilePath] = useState(null); const [error, setError] = useState(null)