From caae8a81880e026d7ffe46af809f26ca7eca0776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 16 Sep 2021 17:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E5=86=9C=E5=89=8D=E7=AB=AF=E5=88=87?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bankAgriculture/paymentAccount/paymentAccountList.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountList.vue b/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountList.vue index b5c0c08e..b3e106d2 100644 --- a/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountList.vue +++ b/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountList.vue @@ -69,7 +69,6 @@ export default { }, created() { this.houseGetDicts("house_apply_status").then((response) => { - console.log(response) this.houseApplyStatus = response.data; }); }, @@ -80,13 +79,11 @@ export default { getList(){ setTimeout(() => { getList(this.queryParams).then(response => { - console.log(response) for (var i = 0; i < response.rows.length; i++) { var houseApplyStatus = this.selectDictLabel(this.houseApplyStatus, response.rows[i].houseApplyStatus); response.rows[i].houseApplyStatus = houseApplyStatus; this.applicationList.push(response.rows[i]); } - console.log(this.applicationList.length >= response.total) if(this.applicationList.length >= response.total){ this.finished = true; return;