Fix filter update in Keluhan and Gangguan components
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user