From ee933c34601c4969df32c20a33e22159788d3864 Mon Sep 17 00:00:00 2001 From: yanran200830 Date: Wed, 23 Nov 2022 16:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E5=8F=A3=E7=99=BB=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/AppBayonetRegistration/components/List.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/project/pingchang/apps/AppBayonetRegistration/components/List.vue b/project/pingchang/apps/AppBayonetRegistration/components/List.vue index ba75e999..72d592e7 100644 --- a/project/pingchang/apps/AppBayonetRegistration/components/List.vue +++ b/project/pingchang/apps/AppBayonetRegistration/components/List.vue @@ -32,17 +32,17 @@ @@ -145,8 +145,8 @@ return { ...this.search, arriveAreaId: this.search.arriveAreaId, - queryBeginTime: this.search.queryBeginTime ? this.search.queryBeginTime + ' 00:00:00' : '', - queryEndTime: this.search.queryEndTime ? this.search.queryEndTime + ' 23:59:59' : '' + queryBeginTime: this.search.queryBeginTime, + queryEndTime: this.search.queryEndTime } } },