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]) => {