[fix 87443] 选择单侧日期组件,清空后范围异常

This commit is contained in:
danshihao
2024-07-26 19:41:03 +08:00
parent 49565e788e
commit c8a06aaddd
+1 -1
View File
@@ -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 = ''