huqi 5 лет назад
Родитель
Сommit
2683db629b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      o2web/source/x_component_process_Xform/Documenteditor.js

+ 1 - 1
o2web/source/x_component_process_Xform/Documenteditor.js

@@ -2178,7 +2178,7 @@ debugger;
                 this._computeItemFieldData(name, null, 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"){
                         this[dom].set("html", this.data[name]|| "");
                     }else if (dom=="layout_attachment"){
                         this.setAttachmentData();