|
@@ -271,7 +271,7 @@ export default {
|
|
|
|
|
|
this.treeselectByUser(option);
|
|
|
this.getAppExitLine();
|
|
|
- this.getAppOutfire();
|
|
|
+ // this.getAppOutfire();
|
|
|
getApp().watch(this.getMqttLineData,'lineData');
|
|
|
|
|
|
//判断入口(执行疏散)
|
|
@@ -514,11 +514,12 @@ export default {
|
|
|
this.itemData.subjectId=this.fjListArray[e.detail.value].subjectId
|
|
|
},
|
|
|
getAppExitLine(){
|
|
|
- let list = [{type:"lab/exit/line"}];
|
|
|
+ let list = [{type:"lab/exit/line"},{type:"lab/fireDevice/Warn/"}];
|
|
|
getApp().appMqttOn(1,list);
|
|
|
},
|
|
|
getAppOutfire(){
|
|
|
- let list = [{type:"lab/fireDevice/Warn/"}];
|
|
|
+ // let list = [{type:"lab/fireDevice/Warn/"}]
|
|
|
+ let list = [{type:"lab/function/data"}];
|
|
|
getApp().appMqttOn(1,list);
|
|
|
},
|
|
|
shadeTypeClick(){
|