Browse Source

[完善]新增预案车辆归属显示

tangshan
邵佳豪 3 years ago
parent
commit
c608e73287
  1. 2
      src/app/plan-management/entry-plan-look/entry-plan-look.component.ts
  2. 2
      tsconfig.json

2
src/app/plan-management/entry-plan-look/entry-plan-look.component.ts

@ -706,7 +706,7 @@ export class EntryPlanLookComponent implements OnInit {
sessionStorage.setItem("buildingTypeId", this.unittypeId) sessionStorage.setItem("buildingTypeId", this.unittypeId)
sessionStorage.setItem("editable", "1") sessionStorage.setItem("editable", "1")
let companyId = sessionStorage.getItem("companyId") 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}`);
} }
} }
} }

2
tsconfig.json

@ -10,7 +10,7 @@
"module": "esnext", "module": "esnext",
"moduleResolution": "node", "moduleResolution": "node",
"importHelpers": true, "importHelpers": true,
"target": "es2015", "target": "es2015",//es6
"allowJs": true, "allowJs": true,
"typeRoots": [ "typeRoots": [
"node_modules/@types" "node_modules/@types"

Loading…
Cancel
Save