소스 검색

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

rongxin_dev
庞东旭 2 달 전
부모
커밋
990cd9847e
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      src/views/sunVillage_info/list_finance.vue

+ 5
- 1
src/views/sunVillage_info/list_finance.vue 파일 보기

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

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


불러오는 중...
취소
저장