|
@@ -567,9 +567,9 @@
|
|
this.systemCode=this.$parent.smsxt;
|
|
this.systemCode=this.$parent.smsxt;
|
|
this.floor= this.$parent.floorInfo.gname;
|
|
this.floor= this.$parent.floorInfo.gname;
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
- this.height =window.innerHeight-200;
|
|
|
|
|
|
+ this.height =window.innerHeight-205;
|
|
window.addEventListener('resize',()=>{
|
|
window.addEventListener('resize',()=>{
|
|
- this.height = window.innerHeight-200;
|
|
|
|
|
|
+ this.height = window.innerHeight-205;
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -824,8 +824,6 @@
|
|
obj.accessCount = this.addDataTableData[index+3].accessCount;
|
|
obj.accessCount = this.addDataTableData[index+3].accessCount;
|
|
data.push(obj)
|
|
data.push(obj)
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
})
|
|
})
|
|
postParams.data = data
|
|
postParams.data = data
|
|
addDataSaveWeakCurrent({postParams}).then(res=>{
|
|
addDataSaveWeakCurrent({postParams}).then(res=>{
|
|
@@ -845,7 +843,6 @@
|
|
},
|
|
},
|
|
//保存
|
|
//保存
|
|
handelSave(){
|
|
handelSave(){
|
|
-
|
|
|
|
let flag = false;
|
|
let flag = false;
|
|
if(this.systemName=='弱电系统'){
|
|
if(this.systemName=='弱电系统'){
|
|
this.addDataTableData.length && this.addDataTableData.map(item=>{
|
|
this.addDataTableData.length && this.addDataTableData.map(item=>{
|
|
@@ -861,7 +858,6 @@
|
|
this.visibleDisabled = true;
|
|
this.visibleDisabled = true;
|
|
this.checkDataFunR();
|
|
this.checkDataFunR();
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|
|
if(this.systemName=='消防系统'){
|
|
if(this.systemName=='消防系统'){
|
|
|
|
|