CzRger 3 veckor sedan
förälder
incheckning
928f9dad7d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/process/chart/index.vue

+ 1 - 1
src/views/process/chart/index.vue

@@ -311,8 +311,8 @@ const initNodes = () => {
     props.data.nodes.forEach((v) => {
       state.graph.addNode(handleNode(v))
     })
-    initEdges()
   }
+  initEdges()
 }
 const initEdges = () => {
   if (!state.isInitEdges) {