From 3933e6ef6b6d9a392919a0022a2dd57063c489d7 Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Mon, 21 Dec 2020 14:13:55 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=20=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ui/collection-tools/collection-tools.component.ts | 1 - src/app/ui/collection-tools/examinationQuestions.ts | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/ui/collection-tools/collection-tools.component.ts b/src/app/ui/collection-tools/collection-tools.component.ts index 352287a..ab742b6 100644 --- a/src/app/ui/collection-tools/collection-tools.component.ts +++ b/src/app/ui/collection-tools/collection-tools.component.ts @@ -1082,7 +1082,6 @@ export class CollectionToolsComponent implements OnInit { //打开消防设施考题设定 openFireExamination () { - console.log(1,this.beforeOneCheckedBuilding) let treeData = JSON.parse( JSON.stringify(this.dataSource.data) ) let buildFloorData = { buildingData:this.beforeOneCheckedBuilding, diff --git a/src/app/ui/collection-tools/examinationQuestions.ts b/src/app/ui/collection-tools/examinationQuestions.ts index ec517fd..3963d31 100644 --- a/src/app/ui/collection-tools/examinationQuestions.ts +++ b/src/app/ui/collection-tools/examinationQuestions.ts @@ -157,7 +157,7 @@ export class uploadQuestions { defaultExpandedKeys = []; //展开指定的树节点 key值 defaultSelectedKeys = []; //指定选中的树节点 key值 renderData:any - + ngOnInit(): void { let data = JSON.parse(sessionStorage.getItem("消防设施"+sessionStorage.getItem('paperId'))) data ? data.forEach(item => { @@ -167,12 +167,13 @@ export class uploadQuestions { }) :null this.renderData = data this.getProfiles() + this.nodeInit() } + //获取登录账号的个人资料 Profiles:any getProfiles(){ this.http.get('/api/ExamAccounts/Profiles').subscribe(data => { - console.log(data) this.Profiles = data }) }