CzRger hai 3 semanas
pai
achega
928f9dad7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {