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

View file

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