浏览代码

流转合同修改

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;


正在加载...
取消
保存