@@ -151,6 +151,7 @@
toInput(e) {
const that = this;
if (e.detail.value) that.$set(that.searchInfo, `name`, e.detail.value);
+ else that.$set(that, `searchInfo`, {});
that.clearPage();
that.search();
},