yangc 8 년 전
부모
커밋
a87c5828bb
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/mobile/base/BaseFilter.vue

+ 1 - 1
components/mobile/base/BaseFilter.vue

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