From d3385e52ca1e033dd9a3e44cfa561b5c60899334 Mon Sep 17 00:00:00 2001 From: zhuangdashia Date: Wed, 26 Nov 2025 15:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=20=E5=90=8D=E7=A7=B0=E5=90=8E=E5=8A=A0copy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/form/copy/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/workflow/form/copy/index.vue b/src/views/workflow/form/copy/index.vue index 8dd510b..0697f47 100644 --- a/src/views/workflow/form/copy/index.vue +++ b/src/views/workflow/form/copy/index.vue @@ -27,6 +27,7 @@ const getDetail = async () => { const { data, error } = await fetchWorkflowInfo(id); if (!error) { node.value = data; + node.value.workflowName = data.workflowName+"-copy" } spinning.value = false; };