|
|
@@ -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; |
|
|
|