guhongwei 2 年之前
父节点
当前提交
79d0008f3d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
 			},