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