guhongwei 2 gadi atpakaļ
vecāks
revīzija
79d0008f3d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
 			},