This commit is contained in:
梁灏 2017-03-29 09:47:20 +08:00
parent cc41949990
commit f7674b5b74
2 changed files with 20 additions and 50 deletions

View file

@ -563,6 +563,7 @@
watch: {
value (val) {
this.model = val;
if (val === '') this.query = '';
},
model () {
this.$emit('input', this.model);