From b52055a43a38d943e86ddb35e7763fbc94d46fa7 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 15 Nov 2023 17:11:37 +0800
Subject: [PATCH] Merge branch 'feature_1.0'

---
 src/components/Form/HourPicker1.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/Form/HourPicker1.vue b/src/components/Form/HourPicker1.vue
index 6f0486f..d740441 100644
--- a/src/components/Form/HourPicker1.vue
+++ b/src/components/Form/HourPicker1.vue
@@ -10,7 +10,7 @@
     type="datetimerange"
     range-separator="���"
     start-placeholder="������������"
-    value-format="yyyy-MM-dd HH"
+    value-format="yyyy-MM-dd HH:mm:ss"
     end-placeholder="������������"
     :picker-options="pickerOptions"
   >
@@ -39,7 +39,8 @@
           // ������������  ������������
           this.timeOne = minDate.getTime() // ��������������������� ������������������
           // // ������������������������������������������������������������
-          if (maxDate) this.timeOne = ''
+          ��if (maxDate) this.timeOne = ''
+
         },
         disabledDate: time => {
           if (this.timeOne) {

--
Gitblit v1.8.0