ข้อมูลทะเบียนประวัติ => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-28 14:59:47 +07:00
parent b3a4db71ea
commit 201062289f
9 changed files with 259 additions and 43 deletions

View file

@ -171,7 +171,9 @@ function getData() {
messageError($q, e);
})
.finally(() => {
hideLoader();
setTimeout(() => {
hideLoader();
}, 2000);
});
}