소스 검색

流转合同修改

rongxin_prod
QI_YUJIE 1 년 전
부모
커밋
197e640871
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/views/sunVillage_info/list_signature.vue

+ 3
- 1
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;


불러오는 중...
취소
저장