แก้ไขคำผิด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-23 13:10:14 +07:00
parent d226498322
commit e3365235c6
9 changed files with 68 additions and 52 deletions

View file

@ -184,7 +184,7 @@ function onDownload() {
.get(config.API.developmentReportScholarship())
.then((res) => {
const dataList = res.data.result;
genReportXLSX(dataList, "รายการข้าราชการที่ได้รับทุนการศึกษา/ฝึกอบรม");
genReportXLSX(dataList, "รายการข้าราชการที่ได้รับทุนการศึกษา/ฝึกอบรม");
})
.catch((e) => {
messageError($q, e);