gcz 3 years ago
parent
commit
359f1a7778
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/deviceList/deviceListType2/deviceInfo.vue

+ 2 - 0
pages/deviceList/deviceListType2/deviceInfo.vue

@@ -80,6 +80,7 @@
 				title:'设备详情',
 				pageData:[],
 				id:'',
+				deviceID:'',
 				downOption:{
 					auto:false // 不自动加载 (mixin已处理第一个tab触发downCallback)
 				},
@@ -183,6 +184,7 @@
 					if(res.code==200){
 						this.pageData = res.data;
 						this.form.deviceId = res.data.deviceId;
+						this.deviceID = res.data.deviceId;
 						// console.log('findRoadSpaceVoById',res);
 					}else{
 						uni.showToast({