@@ -132,7 +132,7 @@
// }
// 23:59:59
- if (type === 'toDate') {
+ if (this.dateObj.toDate && type === 'toDate') {
this.dateObj.toDate += (23 * 60 * 60 * 1000 + 59 * 60 * 1000 + 59 * 1000)
}
} else {