fix: export pdf in daftar gangguan dialihkan ke posko lain

This commit is contained in:
kur0nek-o
2024-04-01 12:26:52 +07:00
parent 0d5e1451a0
commit fd08049392
2 changed files with 8 additions and 10 deletions

View File

@ -8,7 +8,6 @@
ref="dataGridRef"
:allow-column-reordering="true"
class="max-h-[calc(100vh-140px)] mb-10"
:remote-operations="true"
:data-source="data"
key-expr="no_laporan"
:show-column-lines="true"
@ -375,10 +374,6 @@ const dialogDetail = ref(false)
const loading = ref(false)
const closeDialog = () => (dialogDetail.value = false)
const bufferTest = () => {
console.log('Buffer Test')
}
const resetData = () => {
data.value = []
}