feat: create pdf export in daftar gangguan response time
This commit is contained in:
parent
dd445d33d2
commit
e0d19922e2
@ -504,7 +504,7 @@ const onExporting = (e: any) => {
|
|||||||
workbook.xlsx.writeBuffer().then((buffer: any) => {
|
workbook.xlsx.writeBuffer().then((buffer: any) => {
|
||||||
saveAs(
|
saveAs(
|
||||||
new Blob([buffer], { type: 'application/octet-stream' }),
|
new Blob([buffer], { type: 'application/octet-stream' }),
|
||||||
'DaftarGangguanDialihkanKePoskoLain.xlsx'
|
'Daftar Gangguan Dialihkan Ke Posko Lain.xlsx'
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user