From eb69140296833b71fef0f8116b3b7227b6d80a42 Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Thu, 24 Aug 2023 17:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E6=8A=A5=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Caseess.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/report/Caseess.vue b/src/views/report/Caseess.vue index e9f2c963..6f6773fe 100644 --- a/src/views/report/Caseess.vue +++ b/src/views/report/Caseess.vue @@ -276,8 +276,8 @@ export default { author: state.author, authorName: state.authorName, // publishTime: state.publishTime, - startTime: state.publishTime[0], - endTime: state.publishTime[1], + startTime: state.publishTime[0]+" 00:00:00", + endTime: state.publishTime[1]+" 23:59:59", boeRouterInfoName: state.boeRouterInfoName, }); if (res) { @@ -332,8 +332,8 @@ export default { title: state.title, author: state.author, // publishTime: state.publishTime, - startTime: state.publishTime[0], - endTime: state.publishTime[1], + startTime: state.publishTime[0]+" 00:00:00", + endTime: state.publishTime[1]+" 23:59:59", }; axios({ method: "post",