|
@@ -61,7 +61,7 @@
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
<!--部门-->
|
|
<!--部门-->
|
|
- <div class="vongi-work" style="margin-bottom:80px;">
|
|
|
|
|
|
+ <div class="vongi-work" >
|
|
<div v-if="recordList.length>0" class="mui-content-padded">
|
|
<div v-if="recordList.length>0" class="mui-content-padded">
|
|
<h5 class="flew-items"><span class="iconfont icon-guanliyuan color4fc5f7"></span>组织人员</h5>
|
|
<h5 class="flew-items"><span class="iconfont icon-guanliyuan color4fc5f7"></span>组织人员</h5>
|
|
</div>
|
|
</div>
|
|
@@ -380,7 +380,7 @@
|
|
handleScrool() {
|
|
handleScrool() {
|
|
if (isReachBottom()) {
|
|
if (isReachBottom()) {
|
|
console.log('到达底部')
|
|
console.log('到达底部')
|
|
- if (this.subForm.pageIndex < this.subForm.totalPage && this.isLoading == false) {
|
|
|
|
|
|
+ if (this.subForm.pageIndex <= this.subForm.totalPage && this.isLoading == false) {
|
|
this.getPersonList();
|
|
this.getPersonList();
|
|
} else {
|
|
} else {
|
|
return;
|
|
return;
|