Commit 88f54283 authored by anxixi's avatar anxixi

找项目上拉加载

parent 37cc8956
......@@ -108,7 +108,7 @@
this.tableData = res.result.records;
}
this.totalPage = res.result.total;
this.flags = (this.page >= this.pages) ? false : true;
this.flags = (this.page >= res.result.pages) ? false : true;
this.isHaveMore(this.flags);
}else{
this.tableData = res.result.records;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment