Переглянути джерело

Merge branch 'fix/embeded_view_execption' into 'develop'

Merge of fix/[数据中心]修复表单中的视图加载完成后loading不消失的问题

See merge request o2oa/o2oa!202
蔡祥熠 6 роки тому
батько
коміт
86eeb55b86
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      o2web/source/x_component_query_Query/Viewer.js

+ 1 - 1
o2web/source/x_component_query_Query/Viewer.js

@@ -346,7 +346,7 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
                 this.loadCurrentPageData();
             }.bind(this),
             onPostLoad : function () {
-                this.setContentHeightFun();
+                if(this.setContentHeightFun)this.setContentHeightFun();
             }.bind(this)
         });
         this.paging.load();