From 441d7c41d72e013c501cd366ca10eded15d416a4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 20 五月 2026 16:54:00 +0800
Subject: [PATCH] fix: 合并pro分支
---
src/views/officeProcessAutomation/ApproveManage/approve-template/formConfigUtils.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/officeProcessAutomation/ApproveManage/approve-template/formConfigUtils.js b/src/views/officeProcessAutomation/ApproveManage/approve-template/formConfigUtils.js
index 0cb20ea..733f463 100644
--- a/src/views/officeProcessAutomation/ApproveManage/approve-template/formConfigUtils.js
+++ b/src/views/officeProcessAutomation/ApproveManage/approve-template/formConfigUtils.js
@@ -264,6 +264,7 @@
}));
return {
label: row?.templateName || "瀹℃壒",
+ businessType: row?.businessType ?? cfg.approvalType ?? "",
approvalType: cfg.approvalType || "",
summaryPlaceholder: cfg.summaryPlaceholder || "",
approvalMode: cfg.approvalMode || "parallel",
--
Gitblit v1.9.3