From a8ca32182303b58816651ffb58fd10c1b475a30b Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 29 Jul 2018 19:47:48 +0800 Subject: [PATCH] fix: select label not update --- components/vc-select/Select.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vc-select/Select.jsx b/components/vc-select/Select.jsx index 12005a5fd..3e89816bf 100644 --- a/components/vc-select/Select.jsx +++ b/components/vc-select/Select.jsx @@ -143,7 +143,7 @@ export default { }) } this.sValue = sValue - + this.initLabelAndTitleMap(sValue) sValue.forEach((val) => { const key = val.key let { label, title } = val