fix:getReport

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-09 16:34:20 +07:00
parent 4b40d051e0
commit e6cc3142c5
3 changed files with 19 additions and 16 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) => {