From 2390a614f11a17e85f8f79ff479da37f5ce47e61 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 26 Nov 2025 21:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=20>=20?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=95=99=E8=82=B2=E5=9F=B9=E8=AE=AD=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20>=20=E5=9F=BA=E7=A1=80=E9=85=8D=E7=BD=AE=20=20?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=84=8F=E8=AF=86=E8=B0=83=E6=9F=A5=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=97=B6=E9=97=B4=20=20=E6=97=A5=E6=9C=9F=E4=B9=B1?= =?UTF-8?q?=E8=B7=B3=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SEConfigPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/SE/SEConfigPage.js b/src/components/CustomPages/SE/SEConfigPage.js index d7828c6..d0747ac 100644 --- a/src/components/CustomPages/SE/SEConfigPage.js +++ b/src/components/CustomPages/SE/SEConfigPage.js @@ -224,7 +224,7 @@ class SEConfigPage extends React.Component { value={data.SAFE_SERVEY_TRIGGER_TIME ? moment(data.SAFE_SERVEY_TRIGGER_TIME) : null} onChange={value => { let data = this.state.data; - data.SAFE_SERVEY_TRIGGER_TIME = value; + data.SAFE_SERVEY_TRIGGER_TIME = moment(value); this.setState(data) }} />