fix:getReport
This commit is contained in:
parent
4b40d051e0
commit
e6cc3142c5
3 changed files with 19 additions and 16 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