From 9a5bb2c040cc1694339c9bf3c2e206249bd4a676 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 17 Apr 2018 10:18:22 +0800 Subject: [PATCH] update --- dist/bundle.js | 1 + dist/case.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/bundle.js b/dist/bundle.js index 2901470ec..5a88f2457 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -83313,6 +83313,7 @@ BI.Segment = BI.inherit(BI.Widget, { this.buttonGroup = BI.createWidget({ element: this, type: "bi.button_group", + value: o.value, items: BI.createItems(o.items, { type: "bi.segment_button", height: o.height - 2, diff --git a/dist/case.js b/dist/case.js index 7e63992aa..288f1acc7 100644 --- a/dist/case.js +++ b/dist/case.js @@ -11373,6 +11373,7 @@ BI.Segment = BI.inherit(BI.Widget, { this.buttonGroup = BI.createWidget({ element: this, type: "bi.button_group", + value: o.value, items: BI.createItems(o.items, { type: "bi.segment_button", height: o.height - 2,