gaoluyang
2 天以前 4762afb6cb043a3e539ed7ec8da5bde997bfaf65
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]) => {