From cf6a17387de07aa526d8e24bde6088f8ba1b342a Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Mon, 24 Aug 2026 18:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=AD=90=E4=BE=8B?= =?UTF-8?q?=E7=A8=8B=E5=BC=95=E5=85=A5=E4=BE=BF=E7=AD=BE=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=A8=A1=E6=9D=BF=E5=AD=97=E6=AE=B5=E3=80=81?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=88=9B=E5=BB=BA=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A6=96=E9=A1=B5=E5=8D=A0=E4=BD=8D=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 工作流管理引入子例程:存名/提示补 flowTemplateName,管理员引入模板时便签不再显示数字 id - 首页模板补全创建成功:同步刷新占位页工作流列表(MainContent 暴露 loadPlaceWorkflows),点叉取消后可见新建工作流 Co-Authored-By: Claude --- src/views/home/components/MainContent.vue | 2 ++ src/views/home/index.vue | 5 +++++ src/views/settings/workflow/index.vue | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/MainContent.vue b/src/views/home/components/MainContent.vue index 1f3264c..d8037f3 100644 --- a/src/views/home/components/MainContent.vue +++ b/src/views/home/components/MainContent.vue @@ -132,6 +132,8 @@ const goWorkflowManage = () => { onMounted(() => { loadPlaceWorkflows(); }); + +defineExpose({ loadPlaceWorkflows });