This commit is contained in:
梁灏 2017-03-29 09:48:54 +08:00
parent 9980fff432
commit ed65a3df43

View file

@ -524,7 +524,8 @@
} }
}, },
watch: { watch: {
model () { model (val) {
if (val === '') this.query = '';
this.modelToQuery(); this.modelToQuery();
if (this.multiple) { if (this.multiple) {
if (this.slotChangeDuration) { if (this.slotChangeDuration) {