ソースを参照

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(){


読み込み中…
キャンセル
保存