gaoluyang
2026-06-03 dcc3a4d842740f7ff6e79a58ddec945f50ea9b5d
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]) => {