fix: select label not update
parent
b48bbac695
commit
da1b924cba
|
@ -143,7 +143,7 @@ export default {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.sValue = sValue
|
this.sValue = sValue
|
||||||
|
this.initLabelAndTitleMap(sValue)
|
||||||
sValue.forEach((val) => {
|
sValue.forEach((val) => {
|
||||||
const key = val.key
|
const key = val.key
|
||||||
let { label, title } = val
|
let { label, title } = val
|
||||||
|
|
Loading…
Reference in New Issue