diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 297c18f3..03b6a0f8 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -524,7 +524,8 @@ } }, watch: { - model () { + model (val) { + if (val === '') this.query = ''; this.modelToQuery(); if (this.multiple) { if (this.slotChangeDuration) {