fix
guoshipeng
2023-07-28 5663e2b2bcee6de2ea7e47a267b45318317104e3
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) {