Browse Source

Merge remote-tracking branch 'origin/master'

ZaiZai 1 year ago
parent
commit
c386119e58
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/dialog/EditNodeDialog.vue

+ 1 - 2
src/components/dialog/EditNodeDialog.vue

@@ -294,8 +294,7 @@ const confirmClick = async () => {
 
 
             await saveTreeNode(form)
-
-            addNodeModal.value = false
+            cancelClick()
         }
     })
 }