This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-28 11:10:07 +07:00
parent dee3eb824a
commit 57df5cc8d5

View file

@ -45,8 +45,8 @@ function onSubmit() {
.put(config.API.cancelResignByType(link.value, id.value), {
reason: reason.value,
})
.then(() => {
props.fectData?.(id.value);
.then(async () => {
await props.fectData?.(id.value);
success($q, "ยกเลิกการลาออกสำเร็จ");
})
.catch((err) => {