瀏覽代碼

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