Răsfoiți Sursa

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

unknown 5 ani în urmă
părinte
comite
fab07b06a2
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      o2web/source/x_component_process_Xform/DatagridPC.js

+ 0 - 2
o2web/source/x_component_process_Xform/DatagridPC.js

@@ -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;