fix:genReport

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-09 17:18:54 +07:00
parent 936a306c75
commit 51575afd7a
2 changed files with 2 additions and 9 deletions

View file

@ -58,7 +58,7 @@ async function onClickDownloadKp7(type: string) {
store.profileId,
dataStore.officerType == "OFFICER" ? "profile" : "profile-employee",
);
const fileName = type === "FULL" ? "ทปอ สามัญ" : "ประวัติแบบย่อ";
const fileName = type === "FULL" ? "ทปอ. สามัญ" : "ประวัติแบบย่อ";
await http
.get(url)
.then(async (res) => {