|
@@ -34,7 +34,7 @@
|
|
|
<view>
|
|
|
|
|
|
|
|
|
- <view class="item">
|
|
|
+ <view class="item" v-if="false">
|
|
|
<view class="title">
|
|
|
查询数量
|
|
|
</view>
|
|
@@ -160,7 +160,7 @@
|
|
|
value: "2",
|
|
|
label: "按C与A的差值排序"
|
|
|
}, ],
|
|
|
- queryNum:5,
|
|
|
+ queryNum:10,
|
|
|
queryNumSz:[5,8,10,15],
|
|
|
keySz:[],
|
|
|
}
|
|
@@ -171,7 +171,7 @@
|
|
|
// this.getAlarmRecordDetails(this.id);
|
|
|
this.getAlarmRecordTPUDetails()
|
|
|
}
|
|
|
- this.createTime = new Date().toLocaleString()
|
|
|
+
|
|
|
this.orderByIndex = this.orderByList[0]
|
|
|
},
|
|
|
onReady() {
|
|
@@ -195,7 +195,8 @@
|
|
|
meterId: this.id,
|
|
|
queryNum:this.queryNum
|
|
|
// id:id,
|
|
|
- }).then((response) => {
|
|
|
+ }).then((response) => {
|
|
|
+ this.createTime = new Date().toLocaleString()
|
|
|
uni.hideLoading();
|
|
|
this.childDcMap = response.data.childDcMap;
|
|
|
this.companyInfo = response.data.companyInfo;
|