瀏覽代碼

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
         }
       }