From 8b53ee9c647035718198e4f9a55b6c5fae1e32c5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 1 Apr 2020 16:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E7=A8=8B=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BB=A5=E5=90=8E=E6=8F=90=E7=A4=BA=E6=A1=86=E7=9A=84?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=8E=A5=E5=8F=A3=E6=96=B9=E6=B3=95?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_process_Xform/Form.js b/o2web/source/x_component_process_Xform/Form.js index 5c3cac311b..c4ddbb5834 100644 --- a/o2web/source/x_component_process_Xform/Form.js +++ b/o2web/source/x_component_process_Xform/Form.js @@ -1445,7 +1445,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({ if (this.closeImmediatelyOnProcess) { this.app.close(); }else if (typeOf(this.showCustomSubmitedDialog) === "function") { - this.showCustomSubmitedDialog(); + this.showCustomSubmitedDialog(json.data); } else if (layout.mobile) { //移动端页面关闭 _self.finishOnMobile() -- GitLab