fix:修复现场问题

This commit is contained in:
wangwenrui
2020-11-03 17:09:31 +08:00
parent f5004289bd
commit 9d35c9caa2
5 changed files with 29 additions and 22 deletions

View File

@@ -574,6 +574,8 @@
}
if(this.locationInfo.cabinet) {
this.editAsset.cabinetId = this.locationInfo.cabinet.id;
}else{
this.editAsset.cabinetId = null;
}
if(this.locationInfo.u && this.locationInfo.u.length > 0) {
this.editAsset.cabinetStart = this.locationInfo.u[0];