diff --git a/o2web/source/x_component_process_Xform/Documenteditor.js b/o2web/source/x_component_process_Xform/Documenteditor.js index 59c7f71c46c7bd9ef07b2de319eb69bf8932e062..fdd6640f22e41b1a86d761eca02c4f7d88a823ca 100644 --- a/o2web/source/x_component_process_Xform/Documenteditor.js +++ b/o2web/source/x_component_process_Xform/Documenteditor.js @@ -2028,7 +2028,7 @@ debugger; this._computeItemFieldData(name, dataItem); //if (this.data[name]){ if (this[dom]){ - if (dom=="layout_redHeader" || dom=="layout_subject"){ + if (dom=="layout_redHeader" || dom=="layout_subject" || dom=="layout_issuanceUnit" || dom=="layout_meetingAttendContent" || dom=="layout_meetingLeaveContent" || dom=="layout_meetingSitContent" || dom=="layout_meetingRecordContent"){ this[dom].set("html", this.data[name]|| ""); }else if (dom=="layout_attachment"){ this.setAttachmentData(); @@ -2178,6 +2178,7 @@ debugger; this._computeItemFieldData(name, null, dataItem); //if (this.data[name]){ if (this[dom]){ + debugger; if (dom=="layout_redHeader" || dom=="layout_subject" || dom=="layout_issuanceUnit"){ this[dom].set("html", this.data[name]|| ""); }else if (dom=="layout_attachment"){