From 2cb6fa721858c276fe85922665f9dc5cbc1e72fa Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 27 Dec 2024 15:01:24 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=201860?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registryPerson/components/TableView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/04_registryPerson/components/TableView.vue b/src/modules/04_registryPerson/components/TableView.vue index be173f0ac..b61860dcf 100644 --- a/src/modules/04_registryPerson/components/TableView.vue +++ b/src/modules/04_registryPerson/components/TableView.vue @@ -223,8 +223,8 @@ function onGovernment() { function closeDialog() { modalReport.value = false; rangeAge.value = { - min: 20, - max: 80, + min: 18, + max: 60, }; }