소스 검색

fix: the data is still displayed after the expiration event is manually removed

Casper Dai 3 년 전
부모
커밋
6738ca51d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Schedule/mixins/event.js

+ 1 - 1
src/components/Schedule/mixins/event.js

@@ -181,7 +181,7 @@ export default {
       if (this.minDate < minDate) {
         this.minDate = minDate
         if (this.current < this.minDate) {
-          this.toDay(this.current)
+          this.toDay(this.minDate)
           return
         }
       }