แก้ไขคำผิด

This commit is contained in:
Warunee Tamkoo 2023-09-27 14:46:18 +07:00
parent 6a138587ba
commit 0ec462287c

View file

@ -81,7 +81,7 @@ const FileDownload = async (type: string) => {
.then(async (res) => {
downloadFile(
res,
`แบบบันทึกผล(ผู้บัคับบัญชา)_${fullname.value}_ครั้งที่${numTab.no}.${type}`
`แบบบันทึกผล(ผู้บัคับบัญชา)_${fullname.value}_ครั้งที่${numTab.no}.${type}`
);
})
.catch((e) => {