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