cqp il y a 4 semaines
Parent
commit
c9940d0191
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'];