Fix filter update in Keluhan and Gangguan components

This commit is contained in:
Dede Fuji Abdul
2024-03-04 16:20:04 +07:00
parent d3ae911579
commit 9cb4551bb9
59 changed files with 295 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
<template>
<Filters @run-search="() => filterData(filters)" :report-button="true" class="mb-4">
<Type8 @update:filters="(value) => (filters = value)" />
<Type8 @update:filters="(value) => filters = value" />
</Filters>
<div id="data">
<DxDataGrid class="max-h-[calc(100vh-140px)] mb-10" :data-source="data" :show-column-lines="true"