소스 검색

fix: events can conflict with themselves

Casper Dai 3 년 전
부모
커밋
d79efd8bad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Schedule/ScheduleComplex/index.vue

+ 1 - 1
src/components/Schedule/ScheduleComplex/index.vue

@@ -558,7 +558,7 @@ export default {
         this.onCloseEditDialog()
         return
       }
-      if (!this.checkConflict(event, this.$eventInst?.key)) {
+      if (!this.checkConflict(event, this.$eventProxy?.key)) {
         if (this.$eventProxy) {
           this.removeEventProxy(this.$eventProxy)
         }