提交 62c9c241 编写于 作者: U unknown

修复视图在IE上不能打开的问题

上级 2ee4b6d4
......@@ -277,7 +277,7 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
this.lookup(data);
}
},
isSelectTdHidden(){
isSelectTdHidden :function(){
if( !this.viewJson.firstTdHidden ){
return false;
}
......@@ -388,7 +388,6 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
var i = this.count/this.json.pageSize;
this.pages = (i.toInt()<i) ? i.toInt()+1 : i;
this.currentPage = 1;
this.currentPage = this.options.defaultPage || 1;
this.options.defaultPage = null;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册