|
|
|
@ -706,7 +706,7 @@ export class EntryPlanLookComponent implements OnInit {
|
|
|
|
|
sessionStorage.setItem("buildingTypeId", this.unittypeId) |
|
|
|
|
sessionStorage.setItem("editable", "1") |
|
|
|
|
let companyId = sessionStorage.getItem("companyId") |
|
|
|
|
window.open(`/keyUnit/editunitinfo?id=${companyId}`); |
|
|
|
|
window.open(`/keyUnit/editunitinfo?id=${companyId}&orName=${this.route.snapshot.queryParams.orName}&orId=${this.route.snapshot.queryParams.orId}`); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|