提交 10ace28b 编写于 作者: U unknown

导入模型记录每行改为15条

上级 1d8661ab
......@@ -117,7 +117,7 @@ MWF.xApplication.query.Query.ImporterRecord = new Class({
style : "blue_round",
hasReturn : false,
currentPage : this.options.viewPageNum,
countPerPage : 30,
countPerPage : 15,
visiblePages : 9,
hasNextPage : true,
hasPrevPage : true,
......@@ -208,7 +208,7 @@ MWF.xApplication.query.Query.ImporterRecord.View = new Class({
},
_getCurrentPageData: function(callback, count, pageNum){
this.clearBody();
if(!count)count=30;
if(!count)count=15;
if(!pageNum)pageNum = 1;
var filter = { "modelId": this.explorer.options.importerId };
......@@ -594,7 +594,7 @@ MWF.xApplication.query.Query.ImporterRecord.DetailView = new Class({
_getCurrentPageData: function(callback, count, pageNum){
debugger;
this.clearBody();
if(!count)count=20;
if(!count)count=15;
if(!pageNum)pageNum = 1;
if( this.explorer.importerJSON.type==='dynamicTable' && this.explorer.currentStatus === "导入失败" ){
......
......@@ -8,7 +8,7 @@ MWF.xApplication.query.QueryManager.ImporterExplorer = new Class({
"create": MWF.xApplication.query.QueryManager.LP.importer.create,
"search": MWF.xApplication.query.QueryManager.LP.importer.search,
"searchText": MWF.xApplication.query.QueryManager.LP.importer.searchText,
"noElement": MWF.xApplication.query.QueryManager.LP.importer.noStatNoticeText
"noElement": MWF.xApplication.query.QueryManager.LP.importer.noSelectNoticeText
}
},
initialize: function(node, actions, options){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册