Commit 3955530f by Nakarin Luankla

UPDATE การจัดการรายละเอียดงาน > ข้อมูลทั่วไป

parent 02a6e79f
......@@ -254,7 +254,7 @@ export class ImportDataComponent {
downloadFile() {
const fileName = 'IMPORT_MJOB.xlsx'
const fileName = 'IMPORT_MJOBCODE_GENERAL.xlsx'
this.fileService.downloadTemplate(fileName).subscribe({
next: response => {
const url = window.URL.createObjectURL(response);
......
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