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
}
}
},