From 064747bbc0487e07c00fb738bbaf609037d46b52 Mon Sep 17 00:00:00 2001 From: "Aries.lsy" <”Aries.lsy@fanruan.com“> Date: Tue, 7 Mar 2023 20:29:10 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-89705=20feat:=E4=BC=A0defaultText?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js index 9c5f0d0fc..dd5013eba 100644 --- a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js +++ b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js @@ -29,7 +29,8 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, { items: o.items, height: BI.toPix(o.height, 2), text: o.text, - value: o.value + value: o.value, + defaultText: o.defaultText }); this.popup = BI.createWidget({ type: "bi.text_value_check_combo_popup",