Fix idUlp type in filterData function

This commit is contained in:
Eko Haryadi
2024-02-23 17:07:59 +07:00
parent 29fff0c8a4
commit 81d77fc101
21 changed files with 213 additions and 202 deletions

View File

@ -1,9 +1,7 @@
<template>
<Filters @run-search="() => {
console.log(filters)
filterData(filters)
}
" class="mb-4">
}" class="mb-4">
<Type1 @update:filters="(value) => {
filters = value
}
@ -278,6 +276,8 @@ const onExporting = (e: any) => {
// jsPDFDocument: doc,
// component: e.component,
// }).then(() => {
// doc.save(`Daftar Gangguan Dialihkan Ke Posko Lain.pdf`)
// })
} else {
const workbook = new Workbook()
@ -355,7 +355,7 @@ const { onResult, onError, loading, refetch } = useQuery(
{
dateFrom: new Date().toISOString().slice(0, 10),
dateTo: new Date().toISOString().slice(0, 10),
posko: '',
posko: 0,
idUid: 0,
idUp3: 0
}