From 197e640871e2a8a181875ad16db459f87b35bab3 Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Wed, 18 Oct 2023 15:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E8=BD=AC=E5=90=88=E5=90=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_signature.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/sunVillage_info/list_signature.vue b/src/views/sunVillage_info/list_signature.vue index 09b67c83..c2451ad4 100644 --- a/src/views/sunVillage_info/list_signature.vue +++ b/src/views/sunVillage_info/list_signature.vue @@ -141,7 +141,9 @@ getList(){ var _this = this; contractFirstList(_this.queryParams).then(response => { - _this.applicationList = response.rows; + response.rows.forEach(item => { + _this.applicationList.push(item); + }); if(_this.applicationList.length >= response.total){ _this.finished = true;