소스 검색

遗漏问题

zhengkaixin 11 달 전
부모
커밋
19de6456ae
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      pages/abnormal/abnormalContrastDetails.vue

+ 3 - 2
pages/abnormal/abnormalContrastDetails.vue

@@ -61,7 +61,7 @@
 							 </td>
 							
 						  </tr> 
-						   <tr v-for="(item1,j) in childDcMap" :key="i" :class="{
+						   <tr v-for="(item1,j) in childDcMap" :key="j" :class="{
 							   childDcMap:j==0
 						   }">
 							 <td >{{item1.meterName}}</td>
@@ -192,7 +192,8 @@
 					mask: true,
 				})
 				API.alarmRecordTPUDetails({
-					meterId: this.id,
+					meterId: this.id,
+					queryNum:this.queryNum
 					//	id:id,
 				}).then((response) => {
 					uni.hideLoading();