From 3bed5a8454a9fe6445c11de1cc143bc4e4181b23 Mon Sep 17 00:00:00 2001 From: "Vivy.Pan" Date: Tue, 7 Feb 2023 15:57:03 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-14215=20fix:bi.text=5Fvalue=5Fcheck=5Fco?= =?UTF-8?q?mbo=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA-bug21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js index cd8079878..dff524e94 100644 --- a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js +++ b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js @@ -53,8 +53,8 @@ export class TextValueCheckCombo extends Widget { }); this.popup.on( Controller.EVENT_CHANGE, - ...args => { - this.fireEvent(Controller.EVENT_CHANGE, ...args); + (...args) => { + this.fireEvent(Controller.EVENT_CHANGE, args); } ); this.textIconCheckCombo = createWidget({