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