This commit is contained in:
zhutianqi
2021-12-05 18:13:31 +08:00
parent 557c3ae169
commit 3cdead5ef9
3 changed files with 4 additions and 2 deletions
@@ -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: {