【bug】选择结束时间 开始时间禁用的bug
This commit is contained in:
@@ -20,8 +20,8 @@ export const RangeDateMixin = {
|
||||
if (!startValue || !endValue) {
|
||||
return false
|
||||
}
|
||||
console.log(endValue.valueOf(),'endValue.valueOf()')
|
||||
return startValue.valueOf() > endValue.valueOf()
|
||||
// console.log(endValue.valueOf(),'endValue.valueOf()')
|
||||
return startValue.valueOf() > endValue.valueOf() + 86400000
|
||||
},
|
||||
|
||||
disabledEndDate(endValue) {
|
||||
|
||||
Reference in New Issue
Block a user