commit
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
multiple
|
||||
@change="handleChange"
|
||||
>
|
||||
<!-- <el-option value="全选" label="全选" @click.native="clickOption"></el-option>-->
|
||||
<el-option
|
||||
v-for="opt in options"
|
||||
:key="opt.value"
|
||||
@@ -73,6 +74,7 @@ export default {
|
||||
handleChange (event) {
|
||||
// const value = event.target.value
|
||||
this.$emit('input', event)
|
||||
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user