From 67d17bd46d5820af9e2078c54ca89f1bf1c42245 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 12 Jan 2022 15:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0confirm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/form/form.field.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/component/form/form.field.js b/src/component/form/form.field.js index d14156629..ab7e98ffc 100644 --- a/src/component/form/form.field.js +++ b/src/component/form/form.field.js @@ -29,6 +29,11 @@ BI.FormField = BI.inherit(BI.Widget, { action: function () { self.fireEvent("EVENT_CHANGE"); } + }, { + eventName: "EVENT_CONFIRM", + action: function () { + self.fireEvent("EVENT_CHANGE"); + } }] }), left: 0,