Browse Source

task 42343 阳光村务财务公开问题修改

rongxin_dev
庞东旭 2 months ago
parent
commit
990cd9847e
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/sunVillage_info/list_finance.vue

+ 5
- 1
src/views/sunVillage_info/list_finance.vue View File

@@ -114,19 +114,23 @@
response.rows.map(res=>{ response.rows.map(res=>{
_this.applicationList.push(res); _this.applicationList.push(res);
}) })
console.log(_this.applicationList.length + "--------------" + response.total);
if(_this.applicationList.length >= response.total){ if(_this.applicationList.length >= response.total){
console.log('aaaaaaaaaaaaaaaaa')
_this.finished = true; _this.finished = true;
return; return;
}else{ }else{
console.log('bbbbbbbbbbbbbbbbbbb')
_this.loading = false; _this.loading = false;
_this.queryParams.pageNum += 1 ; _this.queryParams.pageNum += 1 ;
} }

}); });
}, },
tabClick(year){ tabClick(year){
this.queryParams.year = year ; this.queryParams.year = year ;
this.queryParams.pageNum = 1 ;
this.applicationList = []; this.applicationList = [];
this.finished = false;
this.getList(); this.getList();
}, },
tabShow(){ tabShow(){


Loading…
Cancel
Save