From 5bbcdadbb201985f7bafcc60bd679d9e6f0e4229 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Mon, 12 Dec 2022 13:24:57 +0800
Subject: [PATCH] 1.浑南区走航车报告下载;2.菜单分配可以选择某个子菜单,但必须选择实时风场页面;3.空气质量报告模板更新;

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

diff --git a/src/components/Form/HourPicker1.vue b/src/components/Form/HourPicker1.vue
index db98682..6f0486f 100644
--- a/src/components/Form/HourPicker1.vue
+++ b/src/components/Form/HourPicker1.vue
@@ -39,12 +39,12 @@
           // ������������  ������������
           this.timeOne = minDate.getTime() // ��������������������� ������������������
           // // ������������������������������������������������������������
-          
+          if (maxDate) this.timeOne = ''
         },
         disabledDate: time => {
           if (this.timeOne) {
-            const WEEK = 7 * 24 * 3600 * 1000 -1 // ������������6��������� ������7���������
-            const minTime = this.timeOne  // ������������
+            const WEEK = 7 * 24 * 3600 * 1000 - 1 // ������������6��������� ������7���������
+            const minTime = this.timeOne // ������������
             const maxTime = this.timeOne + WEEK // ������������
             return time.getTime() < minTime || time.getTime() > maxTime || time.getTime() > new Date()
           } else {

--
Gitblit v1.8.0