From 6fc42b742367a9a042104a5ef9231ba639a8752a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 03 六月 2026 13:44:02 +0800
Subject: [PATCH] 英泽防锈 1.审批管理页面添加逻辑修改 2.车辆管理页面开发联调

---
 src/views/officeProcessAutomation/ApproveManage/approve-shared/approvalTemplateBindingUtils.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/officeProcessAutomation/ApproveManage/approve-shared/approvalTemplateBindingUtils.js b/src/views/officeProcessAutomation/ApproveManage/approve-shared/approvalTemplateBindingUtils.js
index d68016f..c11a541 100644
--- a/src/views/officeProcessAutomation/ApproveManage/approve-shared/approvalTemplateBindingUtils.js
+++ b/src/views/officeProcessAutomation/ApproveManage/approve-shared/approvalTemplateBindingUtils.js
@@ -40,6 +40,7 @@
     flowNodes: base.flowNodes,
     templateAttachments: JSON.parse(JSON.stringify(templateAttachments)),
     storageBlobDTOs: [],
+    formConfig: mapped.formConfig, // 鍘熷 formConfig JSON 瀛楃涓�
   };
 }
 
@@ -80,6 +81,7 @@
     flowNodes: "flowNodes",
     templateAttachments: "templateAttachments",
     storageBlobDTOs: "storageBlobDTOs",
+    formConfig: "formConfig",
     ...fieldMap,
   };
   Object.entries(map).forEach(([srcKey, destKey]) => {

--
Gitblit v1.9.3