เงินเดือน => filx bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-19 16:21:05 +07:00
parent bea93446f0
commit 0f87ad1b5b
2 changed files with 4 additions and 0 deletions

View file

@ -96,10 +96,12 @@ function getRound() {
roundFilter.value = "ไม่มีข้อมูล";
snapFilter.value = "ไม่มีข้อมูล";
agencyFilter.value = "ไม่มีข้อมูล";
hideLoader();
}
})
.catch((e) => {
messageError($q, e);
hideLoader();
});
}

View file

@ -94,10 +94,12 @@ function getRound() {
roundFilter.value = "ไม่มีข้อมูล";
snapFilter.value = "ไม่มีข้อมูล";
agencyFilter.value = "ไม่มีข้อมูล";
hideLoader();
}
})
.catch((e) => {
messageError($q, e);
hideLoader();
});
}