fix:修复asset编辑页面取消选择机柜未正确修改的bug & 调整traffic配置页面样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user