Explorar el Código

修复嵌入视图loading图标不小时的问题

unknown hace 5 años
padre
commit
739ff3fbac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();