From 0d6bc6bd55802ce8763e336d17decdd7ab3ac9ed Mon Sep 17 00:00:00 2001 From: "weixiaobo@boe.com.cn" Date: Thu, 24 Aug 2023 17:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=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/ReportExamination.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/report/ReportExamination.vue b/src/views/report/ReportExamination.vue index f5c4ba12..70c66604 100644 --- a/src/views/report/ReportExamination.vue +++ b/src/views/report/ReportExamination.vue @@ -424,8 +424,8 @@ export default { // userNo: state.userNo, testName: state.testName, creator: state.creator, - startTime: state.publishTime[0], - endTime: state.publishTime[1], + startTime: state.publishTime[0]+" 00:00:01", + endTime: state.publishTime[1]+" 23:59:59", // name: state.name, departmentId: state.orgId ? state.orgId[state.orgId.length - 1] : null, // bandCode: state.band, @@ -465,8 +465,8 @@ export default { // name: state.name, testName: state.testName, creator: state.creator, - startTime: state.publishTime[0], - endTime: state.publishTime[1], + startTime: state.publishTime[0]+" 00:00:01", + endTime: state.publishTime[1]+" 23:59:59", departmentId: state.orgId ? state.orgId[state.orgId.length - 1] : null, // bandCode: state.band, },