เลือกหน่วยงานที่รับบรรจุ => เพิ่ม Load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-20 17:34:43 +07:00
parent 428aaf0820
commit a43177b74b
2 changed files with 14 additions and 8 deletions

View file

@ -189,10 +189,12 @@ const visibleColumns = ref<string[]>([
onMounted(async () => {
if (positionId.value) {
showLoader();
// showLoader();
setTimeout(async () => {
await onClickSelectPos(positionId.value);
await hideLoader();
// setTimeout(() => {
// hideLoader();
// }, 2000);
}, 1000);
}
});