From 7494b2e350289d07bbea4f12a0ff847c556f3e2d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Aug 2020 14:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E7=BD=91?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E4=B8=8B=E6=8B=89=E7=BB=84=E4=BB=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=88=90=E5=8F=AA=E8=AF=BB=E6=97=B6=E5=80=BC=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E5=87=BA=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_process_Xform/DatagridPC.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/o2web/source/x_component_process_Xform/DatagridPC.js b/o2web/source/x_component_process_Xform/DatagridPC.js index ea57a7ec02..441f96bf26 100644 --- a/o2web/source/x_component_process_Xform/DatagridPC.js +++ b/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; -- GitLab