@@ -646,7 +646,7 @@
return fmt
},
lookup() {
- if (this.value2) {
+ if (this.value2&&this.value2.length>0) {
this.startDate = this.dateFormat('YYYY-mm-dd', this.value2[0])
this.endDate = this.dateFormat('YYYY-mm-dd', this.value2[1])
} else {