Compare commits

...

2 Commits

@ -291,9 +291,10 @@ export default {
})
},
completeChange (value) {
const val = value.split('-')[1]
this.$emit('change', {
form: this.labelData,
value: value || ''
value: val || ''
})
console.log(value, this.value)
this.$emit('getCompleteList', {

Loading…
Cancel
Save