| 
															
																@@ -47,7 +47,6 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							<view class="uni-input">{{item.attributeList[5].value}}</view> 
															 | 
															
															 | 
															
																 							<view class="uni-input">{{item.attributeList[5].value}}</view> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							<u-icon name="arrow-down" color="#999" size="16" class="inline"></u-icon> 
															 | 
															
															 | 
															
																 							<u-icon name="arrow-down" color="#999" size="16" class="inline"></u-icon> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 						</picker> 
															 | 
															
															 | 
															
																 						</picker> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-						{{item.attributeList[0].value|findInd(speedTypeList)}} 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 						<picker @change="(val)=>confirmHandle(val,'speedType',item.deviceId)" :value="item.attributeList[0].value|findInd(speedTypeList)" 
															 | 
															
															 | 
															
																 						<picker @change="(val)=>confirmHandle(val,'speedType',item.deviceId)" :value="item.attributeList[0].value|findInd(speedTypeList)" 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							:range="speedTypeList" style="width:100%;height: 100%;" range-key="dictLabel"> 
															 | 
															
															 | 
															
																 							:range="speedTypeList" style="width:100%;height: 100%;" range-key="dictLabel"> 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 							<view class="uni-input">{{findInd2(item.attributeList[0].value,speedTypeList)}}</view> 
															 | 
															
															 | 
															
																 							<view class="uni-input">{{findInd2(item.attributeList[0].value,speedTypeList)}}</view> 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -204,11 +203,9 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			}, 
															 | 
															
															 | 
															
																 			}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			getModeTypeList() { 
															 | 
															
															 | 
															
																 			getModeTypeList() { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.modeTypeList = getDictDataList("ModeType"); 
															 | 
															
															 | 
															
																 				this.modeTypeList = getDictDataList("ModeType"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-				console.log(this.modeTypeList) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			}, 
															 | 
															
															 | 
															
																 			}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			getSpeedTypeList() { 
															 | 
															
															 | 
															
																 			getSpeedTypeList() { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.speedTypeList = getDictDataList("SpeedType"); 
															 | 
															
															 | 
															
																 				this.speedTypeList = getDictDataList("SpeedType"); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-				console.log(this.speedTypeList) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			}, 
															 | 
															
															 | 
															
																 			}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			setTemperatureList() { 
															 | 
															
															 | 
															
																 			setTemperatureList() { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.temperatureList = []; 
															 | 
															
															 | 
															
																 				this.temperatureList = []; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -217,12 +214,10 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				} 
															 | 
															
															 | 
															
																 				} 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			}, 
															 | 
															
															 | 
															
																 			}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			confirmHandle(e, type,deviceId) { 
															 | 
															
															 | 
															
																 			confirmHandle(e, type,deviceId) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-				console.log(e) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				this.dataForm.page = 1; 
															 | 
															
															 | 
															
																 				this.dataForm.page = 1; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				if(type=='position'){ 
															 | 
															
															 | 
															
																 				if(type=='position'){ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 					this.p1= e.detail.value[0]; 
															 | 
															
															 | 
															
																 					this.p1= e.detail.value[0]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 					this.p2= e.detail.value[1]; 
															 | 
															
															 | 
															
																 					this.p2= e.detail.value[1]; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-					console.log(this.positionList[0]) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 					this.dataForm.buildingId =this.p1==0?'':this.positionList[0][this.p1].orgId; 
															 | 
															
															 | 
															
																 					this.dataForm.buildingId =this.p1==0?'':this.positionList[0][this.p1].orgId; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 					      this.dataForm.storeyId =this.p2==0?"":this.positionList[1][this.p2].orgId; 
															 | 
															
															 | 
															
																 					      this.dataForm.storeyId =this.p2==0?"":this.positionList[1][this.p2].orgId; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 						  let buildName = this.p1 ==0? "" :'-'+this.positionList[0][this.p1].orgName; 
															 | 
															
															 | 
															
																 						  let buildName = this.p1 ==0? "" :'-'+this.positionList[0][this.p1].orgName; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -358,7 +353,6 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			}, 
															 | 
															
															 | 
															
																 			}, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			//下发指令开关 
															 | 
															
															 | 
															
																 			//下发指令开关 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 			changeSwitch(type, val, deviceId, index) { 
															 | 
															
															 | 
															
																 			changeSwitch(type, val, deviceId, index) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-				console.log(val) 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				let msg = ""; 
															 | 
															
															 | 
															
																 				let msg = ""; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 				if (val.detail.value) { 
															 | 
															
															 | 
															
																 				if (val.detail.value) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 					msg = "开启"; 
															 | 
															
															 | 
															
																 					msg = "开启"; 
															 |