@@ -193,7 +193,7 @@ class WorkFlowService extends Service
'upd_time' => time(),
'top_depart_id' => $user['top_depart_id']
]);
-dd($template->content);
+
// 获取前端原始 JSON 中的节点和连线 [cite: 1]
$nodes = $template->content['nodes'];
$edges = $template->content['edges'];