select组件
This commit is contained in:
@@ -41,6 +41,14 @@ export default {
|
||||
})) : this.list || []
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
selectedLabel: {
|
||||
immediate: true,
|
||||
handler(v) {
|
||||
this.$emit('name', v)
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
dictKey: '',
|
||||
|
||||
Reference in New Issue
Block a user