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;