提交 7494b2e3 编写于 作者: U unknown

修复数据网格的下拉组件设置成只读时值可能出错的问题

上级 03a1e90c
......@@ -284,7 +284,6 @@ MWF.xApplication.process.Xform.DatagridPC = new Class({
},
_editLine:function(td){
debugger;
if (this.isEdit){
if (!this._completeLineEdit()) return false;
}
......@@ -414,7 +413,6 @@ MWF.xApplication.process.Xform.DatagridPC = new Class({
},
_completeLineEdit: function( ev ){
debugger;
//this.currentEditLine.getElemets(td);
if (!this.editValidation()){
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册