[fix 87443] 选择单侧日期组件,清空后范围异常
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
if (this.endDate === maxDate) {
|
||||
this.endDate = ''
|
||||
}
|
||||
this.dateValue = val
|
||||
this.dateValue = [this.startDate, this.endDate]
|
||||
} else {
|
||||
this.lastSelectDate = ''
|
||||
this.startDate = ''
|
||||
|
||||
Reference in New Issue
Block a user