@@ -82,7 +82,6 @@
}else{
if(type !== this.pageType){
this.$set(this,'pageType',type);
- this.$refs['planAlarm'].laboratoryBigViewSelectTriggerInfo();
}
},
@@ -181,6 +181,8 @@
let self = this;
let list = this.forTreeId(response.data);
+ //写入楼层下数据
+ self.$set(self,'deptOptions',list)
this.$nextTick(()=>{
let checkData = []
if(obj.subName || obj.roomNum){