zhengkaixin 4 роки тому
батько
коміт
a184f93a68

+ 2 - 2
src/projects/business/views/Master/Attendance/StatisticList.vue

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