From 5ebeb39c2485e18b5179a8e8c7c31b0c020e198c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Nov 2020 13:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E9=98=85=E5=90=8E?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=85=B3=E9=97=AD=E6=8F=90=E7=A4=BA=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=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/Form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o2web/source/x_component_process_Xform/Form.js b/o2web/source/x_component_process_Xform/Form.js index 73eeb18ce9..e0f2296e16 100644 --- a/o2web/source/x_component_process_Xform/Form.js +++ b/o2web/source/x_component_process_Xform/Form.js @@ -3869,7 +3869,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({ if (read) { _self.app.action.setReaded(function () { - this.fireEvent("afterReaded"); + _self.fireEvent("afterReaded"); _self.app.reload(); if (layout.mobile) { @@ -3878,7 +3878,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({ } else { this.close(); } - }.bind(_self), null, read.id, read); + }, null, read.id, read); } else { _self.app.reload(); if (layout.mobile) { -- GitLab