แก้ไข fiter ประเภทเครื่องราชฯ
This commit is contained in:
parent
c812866dce
commit
8d4813b79e
4 changed files with 14 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue