Commit 6a86e2b1 by Nattana Chaiyamat

การประเมินผล > ประเมินตนเอง

parent ba51322c
...@@ -111,9 +111,9 @@ export class SelfEvaluationComponent implements OnInit { ...@@ -111,9 +111,9 @@ export class SelfEvaluationComponent implements OnInit {
] ]
@ViewChild('selfEvaluation1_2', { static: true }) selfEvaluation1_2!: TemplateRef<any>; @ViewChild('selfEvaluation1_2', { static: true }) selfEvaluation1_2!: TemplateRef<any>;
@ViewChild('selfEvaluation1_2Edit', { static: true }) selfEvaluation1_2Edit!: TemplateRef<any>; @ViewChild('selfEvaluation1_2Edit', { static: true }) selfEvaluation1_2Edit!: TemplateRef<any>;
currentTemplate: TemplateRef<any> = this.selfEvaluation1_2Edit currentTemplate: TemplateRef<any> = this.selfEvaluation1_2
ngOnInit(): void { ngOnInit(): void {
this.currentTemplate = this.selfEvaluation1_2Edit this.currentTemplate = this.selfEvaluation1_2
} }
dataListFilter() { dataListFilter() {
return this.dataList return this.dataList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment