This commit is contained in:
weicw
2023-08-23 18:27:18 +08:00
parent 13b2d09124
commit 45be0a84fd
2 changed files with 8 additions and 2 deletions

View File

@@ -221,7 +221,10 @@
this.onSearch()
},
onSearch() {
this.list = []
this.list = [];
this.$refs.waterfall.clear();
this.list1 = [];
this.list2 = [];
this.page = 1
this.onRefreshList()
// this.$push('/sub_pages/member/member', this.where)