เลือกหน่วยงานที่รับบรรจุ => เพิ่ม Load
This commit is contained in:
parent
428aaf0820
commit
a43177b74b
2 changed files with 14 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue