fix
parent
fcb3f8c5f0
commit
d87bb03b07
|
@ -554,7 +554,6 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
getLabelFromOption (child) {
|
getLabelFromOption (child) {
|
||||||
console.log(child, this.optionLabelProp)
|
|
||||||
return getPropValue(child, this.optionLabelProp)
|
return getPropValue(child, this.optionLabelProp)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1324,7 +1323,6 @@ export default {
|
||||||
}
|
}
|
||||||
if (isMultipleOrTags(props)) {
|
if (isMultipleOrTags(props)) {
|
||||||
selectedValueNodes = limitedCountValue.map(singleValue => {
|
selectedValueNodes = limitedCountValue.map(singleValue => {
|
||||||
console.log('singleValue', singleValue)
|
|
||||||
let content = singleValue.label
|
let content = singleValue.label
|
||||||
const title = singleValue.title || content
|
const title = singleValue.title || content
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in New Issue