Commit 02a6e79f by Nakarin Luankla

UPDATE การจัดการรายละเอียดงาน > ตัวชี้วัดของตำแหน่งงาน

parent 86565ca8
......@@ -120,7 +120,7 @@ export class SubJobPositionIndicatorsComponent {
downloadFile() {
const fileName = 'MJOBCODE_KPI.xlsx'
const fileName = 'IMPORT_MJOBCODE_KPI.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