fix: nama_regu -> nama_petugas in pencarianData
This commit is contained in:
@ -363,6 +363,7 @@ import InputText from '@/components/InputText.vue'
|
||||
import { queries, requestGraphQl } from '@/utils/api/api.graphql'
|
||||
import { exportToPDF, exportToXLSX, exportToDOCX } from '@/report/Gangguan/Daftar/DGangguan_DKPL'
|
||||
import BufferDialog from '@/components/Dialogs/BufferDialog.vue'
|
||||
import { readDataJson } from '@/utils/storage'
|
||||
|
||||
const data = ref<any[]>([])
|
||||
const dataSelected = ref<any>()
|
||||
@ -434,6 +435,8 @@ const reportMeta = ref({
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
// console.log(readDataJson('filterPresets'))
|
||||
|
||||
if (import.meta.env.DEV) {
|
||||
data.value = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user