fix: select label not update

This commit is contained in:
tangjinzhou 2018-07-29 19:47:48 +08:00
parent e4b4aba25e
commit a8ca321823

View File

@ -143,7 +143,7 @@ export default {
})
}
this.sValue = sValue
this.initLabelAndTitleMap(sValue)
sValue.forEach((val) => {
const key = val.key
let { label, title } = val