|
@@ -285,6 +285,7 @@
|
|
|
//获取喇叭列表
|
|
|
getDeviceList(){
|
|
|
let obj ={
|
|
|
+ subId:this.subId,
|
|
|
floorId:this.buttonId,
|
|
|
page:1,
|
|
|
pageSize:100,
|
|
@@ -346,6 +347,7 @@
|
|
|
this.address = data.data.deptName+'-'+data.data.buildName+'-'+data.data.floorName;
|
|
|
this.evacuationType = false;
|
|
|
this.evacuate();
|
|
|
+ this.getDeviceList();
|
|
|
}else{
|
|
|
if(localStorage.getItem('evacuationSubId')){
|
|
|
console.log("1=================>")
|
|
@@ -368,9 +370,9 @@
|
|
|
}
|
|
|
this.evacuationType = true;
|
|
|
this.lineEvacuateTow(this.subId,0);
|
|
|
+ this.getDeviceList();
|
|
|
}
|
|
|
this.lablayout();
|
|
|
- this.getDeviceList();
|
|
|
});
|
|
|
},
|
|
|
//获取实验室数据
|