From a7a0c78cb9f9be3b35da233f9da382b0cb5d2738 Mon Sep 17 00:00:00 2001 From: huqi Date: Fri, 20 Aug 2021 18:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dinput=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84load=E7=B1=BB=E4=BA=8B=E4=BB=B6=E4=B8=8D=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=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/$Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_process_Xform/$Input.js b/o2web/source/x_component_process_Xform/$Input.js index c4f4bac1b4..c190e5e67d 100644 --- a/o2web/source/x_component_process_Xform/$Input.js +++ b/o2web/source/x_component_process_Xform/$Input.js @@ -12,7 +12,7 @@ MWF.xApplication.process.Xform.$Input = MWF.APP$Input = new Class( Extends: MWF.APP$Module, iconStyle: "personfieldIcon", options: { - "moduleEvents": ["change"] + "moduleEvents": ["change", "load", "queryLoad", "postLoad"] }, initialize: function(node, json, form, options){ this.node = $(node); -- GitLab