提交 f5a63116 编写于 作者: 蔡祥熠

Merge branch 'feature/Query.view_add_paging_setting' into 'develop'

Merge of feature/[数据中心]视图中增加分页设置 to develop

See merge request o2oa/o2oa!166
......@@ -732,6 +732,9 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
onJumpingPage : function( pageNum, itemNum ){
this.currentPage = pageNum;
this.loadCurrentPageData();
}.bind(this),
onPostLoad : function () {
this.setContentHeightFun();
}.bind(this)
});
this.paging.load();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册