zhengkaixin 1 주 전
부모
커밋
72595c16b3
5개의 변경된 파일15개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 1
      pages/myTab/abnormalList.vue
  2. 3 1
      pages/myTab/feedbackList.vue
  3. 3 1
      pages/myTab/myMessage.vue
  4. 3 1
      pages/task/listTask.vue
  5. 3 1
      pages/team/teamList.vue

+ 3 - 1
pages/myTab/abnormalList.vue

@@ -147,7 +147,9 @@
 							...res.data.data
 						];
 					}
-					this.list = res.data.data
+					this.list = list
+					this.listForm.recordsTotal=res.data.recordsTotal
+					
 					uni.hideLoading();
 
 				}).catch(error => {

+ 3 - 1
pages/myTab/feedbackList.vue

@@ -76,7 +76,9 @@
 							...res.data.data
 						];
 					}
-					this.list = res.data.data
+					this.list = list
+					this.listForm.recordsTotal=res.data.recordsTotal
+					
 					uni.hideLoading();
 	
 				}).catch(error => {

+ 3 - 1
pages/myTab/myMessage.vue

@@ -138,7 +138,9 @@
 							...res.data.data
 						];
 					}
-					this.list = res.data.data
+					this.list = list
+					this.listForm.recordsTotal=res.data.recordsTotal
+					
 					uni.hideLoading();
 		
 				}).catch(error => {

+ 3 - 1
pages/task/listTask.vue

@@ -187,7 +187,9 @@
 							...res.data.data
 						];
 					}
-					this.list = res.data.data
+					this.list = list
+					this.listForm.recordsTotal=res.data.recordsTotal
+					
 					uni.hideLoading();
 				
 				}).catch(error => {

+ 3 - 1
pages/team/teamList.vue

@@ -142,7 +142,9 @@
 							...res.data.data
 						];
 					}
-					this.list = res.data.data
+					this.list = list
+					this.listForm.recordsTotal=res.data.recordsTotal
+					
 					uni.hideLoading();
 				
 				}).catch(error => {