fixing ชื่อไฟล์หนังสือเวียนถึงแก่กรรม

This commit is contained in:
Warunee Tamkoo 2024-07-08 22:41:24 +07:00
parent b115e33232
commit 23ad12bd4c

View file

@ -87,7 +87,7 @@ const fileDownload = async (type: string) => {
.then((res) => { .then((res) => {
downloadFile( downloadFile(
res, res,
`รายละเอียดบันทึกเวียนแจ้งการถึงแก่กรรม-${fullName}.${type}` `รายละเอียดบันทึกเวียนแจ้งการถึงแก่กรรม-${fullName.value}.${type}`
); );
}) })
.catch(async (e) => { .catch(async (e) => {