From 739ddb59b6e59102a7d4d1c1c0c6eafa0b9e2e17 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 09 Oct 2023 10:35:17 +0800
Subject: [PATCH] Merge branch 'feature_1.0'

---
 src/views/toCarryOutLegislativeReforms/components/queryForm.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/components/queryForm.vue b/src/views/toCarryOutLegislativeReforms/components/queryForm.vue
index 1fc2650..5acefb7 100644
--- a/src/views/toCarryOutLegislativeReforms/components/queryForm.vue
+++ b/src/views/toCarryOutLegislativeReforms/components/queryForm.vue
@@ -140,10 +140,6 @@
       })
     },
     onSubmit() {
-      if (this.valueTime.length > 0) {
-        this.formData.endTime = this.valueTime[1]
-        this.formData.startTime = this.valueTime[0]
-      }
       this.$emit('handleSearch', this.formData)
     },
     handleAdd() {

--
Gitblit v1.8.0