From 990cd9847e4f22bf6867937a325f7f2baf8e027a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 28 Mar 2025 16:04:53 +0800 Subject: [PATCH] =?UTF-8?q?task=2042343=20=E9=98=B3=E5=85=89=E6=9D=91?= =?UTF-8?q?=E5=8A=A1=E8=B4=A2=E5=8A=A1=E5=85=AC=E5=BC=80=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_finance.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/sunVillage_info/list_finance.vue b/src/views/sunVillage_info/list_finance.vue index e5f20844..2ac8f1d2 100644 --- a/src/views/sunVillage_info/list_finance.vue +++ b/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(){