Просмотр исходного кода

Merge branch 'fix/javascript_load' into 'develop'

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

See merge request o2oa/o2oa!1103
胡起 5 лет назад
Родитель
Сommit
9abacdd6cd
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();