From 42f04067d22d86032bc6557637401d599ec93b11 Mon Sep 17 00:00:00 2001 From: "Zhenfei.Li" Date: Mon, 20 Jul 2020 16:36:53 +0800 Subject: [PATCH] =?UTF-8?q?BI-68398=20refactor:=20downlist=E6=94=AF?= =?UTF-8?q?=E6=8C=81child=E7=9A=84=E8=87=AA=E5=AE=9Atype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/downlist/popup.downlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/downlist/popup.downlist.js b/src/widget/downlist/popup.downlist.js index 94edd62d7..628d2fe41 100644 --- a/src/widget/downlist/popup.downlist.js +++ b/src/widget/downlist/popup.downlist.js @@ -118,7 +118,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, { var fatherValue = BI.deepClone(item.el.value); var childValue = BI.deepClone(child.value); self.singleValues.push(child.value); - child.type = "bi.down_list_item"; + child.type = child.type || "bi.down_list_item"; child.extraCls = " child-down-list-item"; child.title = child.title || child.text; child.textRgap = 10;