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