From 4e22cb8e378aa0faae9bf7427493a5e17df520e3 Mon Sep 17 00:00:00 2001 From: zy Date: Fri, 2 May 2025 23:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/processInstance/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bpm/processInstance/detail/index.vue b/src/views/bpm/processInstance/detail/index.vue index 831aa2129..c3f83cf06 100644 --- a/src/views/bpm/processInstance/detail/index.vue +++ b/src/views/bpm/processInstance/detail/index.vue @@ -238,7 +238,7 @@ const getApprovalDetail = async () => { }) } else { // 注意:data.processDefinition.formCustomViewPath 是组件的全路径,例如说:/crm/contract/detail/index.vue - BusinessFormComponent.value = registerComponent('data.processDefinition.formCustomViewPath') + BusinessFormComponent.value = registerComponent(data.processDefinition.formCustomViewPath) } // 获取审批节点,显示 Timeline 的数据