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) {