แก้ไข fiter ประเภทเครื่องราชฯ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-21 16:22:56 +07:00
parent c812866dce
commit 8d4813b79e
4 changed files with 14 additions and 4 deletions

View file

@ -37,7 +37,10 @@ const downloadDocument = async (type: string) => {
})
.then(async (res) => {
if (download) {
downloadFile(res, `ประวัติสำหรับการเสนอขอพระราชทานเหรียญจักรพรรดิมาลา.${type}`);
downloadFile(
res,
`ประวัติสำหรับการเสนอขอพระราชทานเหรียญจักรพรรดิมาลา.${type}`
);
}
})
.catch((e) => {
@ -91,4 +94,4 @@ const downloadFile = (response: any, filename: string) => {
</q-list>
</q-menu>
</q-btn>
</template>
</template>