guhongwei 2 years ago
parent
commit
79d0008f3d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pagesRest/activity/info.vue

+ 1 - 0
pagesRest/activity/info.vue

@@ -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();
 			},