|
@@ -241,7 +241,7 @@ export async function queryBoomFlowDetail(params) {
|
|
|
...item,
|
|
|
id: item.node_id,
|
|
|
renderKey: item.render_key,
|
|
|
- zIndex: item.z_index,
|
|
|
+ zIndex: 1,
|
|
|
isCustom: !!item.is_custom,
|
|
|
ports: JSON.parse(item.ports || '{}'),
|
|
|
};
|
|
@@ -261,6 +261,7 @@ export async function queryBoomFlowDetail(params) {
|
|
|
cell: item.target_cell,
|
|
|
port: item.target_port,
|
|
|
},
|
|
|
+ zIndex:0
|
|
|
};
|
|
|
try {
|
|
|
edge.attrs = item.attr ? JSON.parse(item.attr) : attrs;
|