Browse Source

产权交易

rongxin_prod
庞东旭 2 years ago
parent
commit
eac83db2de
1 changed files with 3 additions and 13 deletions
  1. +3
    -13
      src/views/biddingHall/index.vue

+ 3
- 13
src/views/biddingHall/index.vue View File

@@ -356,20 +356,10 @@ export default {
this.getList() this.getList()
}, },
onSearch(val) { onSearch(val) {
this.loading = true;
if(this.infoList.length>0){
let newList = []
for(let j = 0 ;j<this.infoList.length;j++){
if(this.infoList[j].content.indexOf(val)>-1){
newList.push(this.infoList[j]);
}
}
this.infoList = newList
}
if(val==""){
this.infoList = []
this.queryParams.pageNum = '1'
this.queryParams.projectName = val
this.getList() this.getList()
}
this.loading = false;
}, },
onL() { onL() {
this.refreshing = true; this.refreshing = true;


Loading…
Cancel
Save