lanjianrong il y a 3 ans
Parent
commit
55193d722c

+ 1 - 1
src/pages/Project/Verification/Detail/Flow/components/Edge/index.tsx

@@ -72,9 +72,9 @@ const RenderMenu = ({ dataID, source, dispatch, elements, togglePopver, id, flow
           node: null
         }
       })
-      showLoading()
       togglePopver(false)
       setTimeout(() => {
+        showLoading()
         flowInstance?.fitView()
       }, 80)
     }