fix search

This commit is contained in:
cookfront
2017-03-29 16:10:12 +08:00
parent 771db44e42
commit b057cc62de

View File

@@ -51,6 +51,7 @@
this.value = ''; this.value = '';
this.focusStatus = false; this.focusStatus = false;
this.isFocus = false; this.isFocus = false;
this.$emit('cancel');
}, },
handleSearch() { handleSearch() {
// input输入回车后发送回调 // input输入回车后发送回调