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

Merge branch 'fix/Process.item_desciption_exception' into 'release'

Merge of fix/[流程管理]修复文本组件只读情况下预览报错的问题 to release

See merge request o2oa/o2oa!349
蔡祥熠 5 лет назад
Родитель
Сommit
5e4b24d109
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      o2web/source/x_component_cms_Column/Main.js

+ 6 - 6
o2web/source/x_component_cms_Column/Main.js

@@ -38,13 +38,13 @@ MWF.xApplication.cms.Column.Main = new Class({
         }).inject(this.content);
     },
     reload: function(appType, callback){
-        if( appType ){
+        // if( appType ){
             this.reloadTop(appType, callback);
-        }else{
-            this.reloadTop();
-            this.columnContentAreaNode.empty();
-            this.createColumnNodes(callback);
-        }
+        // }else{
+        //     this.reloadTop();
+            // this.columnContentAreaNode.empty();
+            // this.createColumnNodes(callback);
+        // }
     },
     loadApplicationContent: function () {
         //this.columnAreaNode = new Element("div", {