dedsudiyu 2 anos atrás
pai
commit
51a089513e
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      pages/emergencyEvacuationBig.vue

+ 4 - 0
pages/emergencyEvacuationBig.vue

@@ -318,6 +318,8 @@
 					this.type = item.type;
 					this.lablayout(this.buildingId,this.floorId);
 					this.evacuateTwo();
+					this.itemData.subjectId = item.subId;
+					this.laboratoryInfo();
 				}else{
 					//判断入口(首页按钮)
 					this.getRedis();
@@ -703,6 +705,8 @@
 						// this.lablayout(data.data.buildId,data.data.floorId);
 						this.lablayout(this.buildingId,this.floorId);
 						this.evacuate();
+						this.itemData.subjectId = data.data.subId;
+						this.laboratoryInfo();
 						// this.getBuilding(this.buildingId);
 					}else{
 						this.pageType = 1;