ออกคำสั่งเลื่อนเงินเดือน => ปรับ load step 4

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-01 10:31:46 +07:00
parent 6a4568ec36
commit 00ae57f85d

View file

@ -130,8 +130,6 @@ const getCommandDetail = async () => {
})
.catch((e) => {
messageError($q, e);
})
.finally(() => {
hideLoader();
});
};