From f18b1de5dcc164431107b671931d1bef88664bf3 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 25 Jun 2024 10:59:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E7=BC=96=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application-workflow/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/src/views/application-workflow/index.vue b/ui/src/views/application-workflow/index.vue index 481cad199..9e0ed4fc6 100644 --- a/ui/src/views/application-workflow/index.vue +++ b/ui/src/views/application-workflow/index.vue @@ -135,7 +135,12 @@ const clickShowDebug = () => { const workflow = new WorkFlowInstance(graphData) try { workflow.is_valid() - getDetail() + detail.value = { + type: 'WORK_FLOW', + ...workflow.get_base_node()?.properties.node_data, + work_flow: getGraphData() + } + showDebug.value = true } catch (e: any) { MsgError(e.toString())