pull/9/head
tangjinzhou 2018-02-12 18:16:26 +08:00
parent fcb3f8c5f0
commit d87bb03b07
1 changed files with 0 additions and 2 deletions

View File

@ -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 (