From 53bf6d074d53091c2295dbaa33a783d9a6683e2b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 18 Jun 2024 19:00:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/workflow/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/workflow/index.vue b/ui/src/workflow/index.vue index 0860b5cc5..6ae4aba82 100644 --- a/ui/src/workflow/index.vue +++ b/ui/src/workflow/index.vue @@ -557,7 +557,7 @@ const validate = () => { return Promise.all(lf.value.graphModel.nodes.map((element: any) => element?.validate?.())) } const getGraphData = () => { - return JSON.stringify(lf.value.getGraphData()) + return lf.value.getGraphData() } const onmousedown = (shapeItem: ShapeItem) => {