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