Pārlūkot izejas kodu

流转合同修改

rongxin_prod
QI_YUJIE pirms 1 gada
vecāks
revīzija
197e640871
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      src/views/sunVillage_info/list_signature.vue

+ 3
- 1
src/views/sunVillage_info/list_signature.vue Parādīt failu

@@ -141,7 +141,9 @@
getList(){ getList(){
var _this = this; var _this = this;
contractFirstList(_this.queryParams).then(response => { contractFirstList(_this.queryParams).then(response => {
_this.applicationList = response.rows;
response.rows.forEach(item => {
_this.applicationList.push(item);
});


if(_this.applicationList.length >= response.total){ if(_this.applicationList.length >= response.total){
_this.finished = true; _this.finished = true;


Notiek ielāde…
Atcelt
Saglabāt