|
@@ -193,12 +193,12 @@
|
|
|
this.list.forEach(item => {
|
|
|
this.$set(item, 'active', false)
|
|
|
})
|
|
|
- this.$emit('change', {
|
|
|
- detail: {
|
|
|
- value: null
|
|
|
- }
|
|
|
- })
|
|
|
- this.$emit('input', undefined)
|
|
|
+ // this.$emit('change', {
|
|
|
+ // detail: {
|
|
|
+ // value: null
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // this.$emit('input', null)
|
|
|
},
|
|
|
clickOption(item, list, index) {
|
|
|
this.cleanListActive()
|