@@ -53,6 +53,9 @@ const initGraph = () => {
if (item != id) {
const s1 = graph.value.createNode({
shape: 'sub-flow-rect',
+ data: {
+ flowId: item
+ },
attrs: {
title: {
text: 'XX子流程'