fix: select label not update

pull/93/merge
tangjinzhou 2018-07-29 19:47:48 +08:00
parent b48bbac695
commit da1b924cba
1 changed files with 1 additions and 1 deletions

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