refactor(sep): update vclaim visit service

This commit is contained in:
riefive
2025-11-05 14:38:19 +07:00
parent 4b6247ef79
commit ff3b616742
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22,7 +22,7 @@ import type { VclaimSepData } from '~/models/vclaim'
import { getList as geMonitoringVisitList } from '~/services/vclaim-monitoring-visit.service'
const search = ref('')
const dateRange = ref('12 Agustus 2025 - 32 Agustus 2025')
const dateRange = ref('12 Agustus 2025 - 31 Agustus 2025')
const open = ref(false)
const sepData = {
@@ -189,7 +189,7 @@ provide('table_data_loader', isLoading)
</script>
<template>
<div class="rounded-md border p-4">
<div class="p-4">
<Header :prep="{ ...headerPrep }" />
<!-- Filter Bar -->
<div class="my-2 flex flex-wrap items-center gap-2">
@@ -240,7 +240,7 @@ provide('table_data_loader', isLoading)
</DropdownMenu>
</div>
<div class="rounded-md border p-4">
<div class="mt-4">
<AppSepList
v-if="!isLoading.dataListLoading"
:data="data"