cqp 1 月之前
父節點
當前提交
c9940d0191
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/WorkFlowService.php

+ 1 - 1
app/Service/WorkFlowService.php

@@ -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'];