fix
guoshipeng
2023-07-26 bfb69728c725d05b580f58e290cbb09b814f6fb0
src/components/Form/HourPicker1.vue
@@ -39,7 +39,8 @@
          // 最大时间  最小时间
          this.timeOne = minDate.getTime() // 当选一个日期时 就是最小日期
          // // 如何你选择了两个日期了,就把那个变量置空
          if (maxDate) this.timeOne = ''
           if (maxDate) this.timeOne = ''
        },
        disabledDate: time => {
          if (this.timeOne) {