แก้ 1860

This commit is contained in:
setthawutttty 2024-12-27 15:01:24 +07:00
parent 3878b2e19b
commit 2cb6fa7218

View file

@ -223,8 +223,8 @@ function onGovernment() {
function closeDialog() { function closeDialog() {
modalReport.value = false; modalReport.value = false;
rangeAge.value = { rangeAge.value = {
min: 20, min: 18,
max: 80, max: 60,
}; };
} }