Browse Source

fix: select label not update

pull/165/head
tangjinzhou 6 years ago
parent
commit
a8ca321823
  1. 2
      components/vc-select/Select.jsx

2
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

Loading…
Cancel
Save