From 41a40cc6eeb4c6b696154af0ce2b1527dd70cd8b Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Tue, 12 May 2026 00:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E5=AD=97=E4=BA=BA?= =?UTF-8?q?=E5=88=9B=E4=BD=9C=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在树节点中添加点击事件处理,支持工作流节点的详细信息获取和会话ID管理。 - 修改节点操作逻辑,优化预览和下载功能,支持标题节点的操作。 - 引入会话ID管理,确保在工作流切换时正确处理会话状态。 - 更新相关状态和逻辑,提升用户交互体验和数据一致性。 --- src/views/digitalHuman/creation/index.vue | 112 +++++++++++++++++----- 1 file changed, 89 insertions(+), 23 deletions(-) diff --git a/src/views/digitalHuman/creation/index.vue b/src/views/digitalHuman/creation/index.vue index 23b03f3..4ba40c5 100644 --- a/src/views/digitalHuman/creation/index.vue +++ b/src/views/digitalHuman/creation/index.vue @@ -15,11 +15,12 @@ default-expand-all :highlight-current="true" :expand-on-click-node="false" + @node-click="handleTreeNodeClick" >