zhengkaixin 11 mesiacov pred
rodič
commit
7ae485a96d

+ 2 - 2
pages/abnormal/abnormalAlarmDetails.vue

@@ -48,7 +48,7 @@
 			<view v-if="alarmConfig.code=='TPU'&&childDcMap&&childDcMap.length">
 				
 		
-				<view class="item">
+				<view class="item" v-if="false">
 					<view class="title">
 						查询数量
 					</view>
@@ -173,7 +173,7 @@
 						value:"2",label:"按C与A的差值排序"
 					},
 				],
-				queryNum:5,
+				queryNum:10,
 				queryNumSz:[5,8,10,15],
 				keySz:[],
 			}

+ 5 - 4
pages/abnormal/abnormalContrastDetails.vue

@@ -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;