fix:修复asset编辑页面取消选择机柜未正确修改的bug & 调整traffic配置页面样式

This commit is contained in:
wangwenrui
2020-10-21 14:48:25 +08:00
parent 2e6e9a7ef0
commit bce456af63
5 changed files with 8 additions and 5 deletions

View File

@@ -580,6 +580,9 @@
if(this.locationInfo.u && this.locationInfo.u.length > 0) {
this.editAsset.cabinetStart = this.locationInfo.u[0];
this.editAsset.cabinetEnd = this.locationInfo.u[1];
}else{
this.editAsset.cabinetStart = null;
this.editAsset.cabinetEnd = null;
}
}