Explorar el Código

流转合同修改

rongxin_prod
QI_YUJIE hace 1 año
padre
commit
197e640871
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      src/views/sunVillage_info/list_signature.vue

+ 3
- 1
src/views/sunVillage_info/list_signature.vue Ver fichero

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


Cargando…
Cancelar
Guardar