Explorar el Código

Merge branch 'fix/javascript_load' into 'develop'

Merge of fix/javascript_load to develop 版式文件更新

See merge request o2oa/o2oa!1103
胡起 hace 5 años
padre
commit
9abacdd6cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
                 this._computeItemFieldData(name, null, dataItem);
                 //if (this.data[name]){
                 //if (this.data[name]){
                 if (this[dom]){
                 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]|| "");
                         this[dom].set("html", this.data[name]|| "");
                     }else if (dom=="layout_attachment"){
                     }else if (dom=="layout_attachment"){
                         this.setAttachmentData();
                         this.setAttachmentData();