fix:genReport
This commit is contained in:
parent
936a306c75
commit
51575afd7a
2 changed files with 2 additions and 9 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue