From a92e31fc6ae46f673324525eaef20ae134348999 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 19 Sep 2024 11:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../childView/growingThroughLife/growingThroughLifeTask.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/childView/growingThroughLife/growingThroughLifeTask.vue b/src/views/childView/growingThroughLife/growingThroughLifeTask.vue index 02794d9..9917242 100644 --- a/src/views/childView/growingThroughLife/growingThroughLifeTask.vue +++ b/src/views/childView/growingThroughLife/growingThroughLifeTask.vue @@ -277,8 +277,8 @@ export default defineComponent({ ...formState.value, timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone, } - data.startTime = data.time[0] - data.endTime = data.time[1] + data.startTimeString = data.time[0] + data.endTimeString = data.time[1] formRef.value.validate().then(()=>{ submit() })