diff --git a/src/views/biddingHall/index.vue b/src/views/biddingHall/index.vue index fbace2af..3a79ef0a 100644 --- a/src/views/biddingHall/index.vue +++ b/src/views/biddingHall/index.vue @@ -356,20 +356,10 @@ export default { this.getList() }, onSearch(val) { - this.loading = true; - if(this.infoList.length>0){ - let newList = [] - for(let j = 0 ;j-1){ - newList.push(this.infoList[j]); - } - } - this.infoList = newList - } - if(val==""){ + this.infoList = [] + this.queryParams.pageNum = '1' + this.queryParams.projectName = val this.getList() - } - this.loading = false; }, onL() { this.refreshing = true;