diff --git a/src/widget/downlist/popup.downlist.js b/src/widget/downlist/popup.downlist.js index 068fdb12a..9b2a5ce51 100644 --- a/src/widget/downlist/popup.downlist.js +++ b/src/widget/downlist/popup.downlist.js @@ -133,7 +133,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, { item.el.childValues.push(child.value); }); } else { - item.type = "bi.down_list_item"; + item.type = item.type || "bi.down_list_item"; item.title = item.title || item.text; item.textRgap = 10; item.isNeedAdjustWidth = false;