ผังบัญชีค่าจ้างลูกจ้างประจำ => ปรับ field date
This commit is contained in:
parent
a2a4d2892d
commit
e9ee7e7f40
5 changed files with 114 additions and 6 deletions
|
|
@ -271,7 +271,6 @@ function onClickDownloadKp7(type: string) {
|
|||
})
|
||||
.then((res) => {
|
||||
const data = res.data;
|
||||
console.log(data);
|
||||
const blob = new Blob([data], { type: "application/pdf" });
|
||||
const url = URL.createObjectURL(blob);
|
||||
const link = document.createElement("a");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue