Commit 491a02aa by Nattana Chaiyamat

ทะเบียนกำหนดชื่อ

parent 59123c4f
......@@ -82,7 +82,6 @@ export class CompetencyTopic {
onExamSelected(event: any) {
this.examFile = event.target.files.length > 0 ? event.target.files[0] : null;
this.examFileName = this.examFile?.name || "กรุณาเลือกไฟล์"
console.log(" 🐒 this.examFileName:", this.examFileName)
}
uploadExam() {
if (!this.examFile) {
......@@ -221,7 +220,6 @@ export class CompetencyTopic {
this.cdr.detectChanges()
}, error: error => {
this.dataLoading = false
console.error('Error fetching employee types:', error);
this.cdr.detectChanges()
}
})
......
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