อัตรากำลังลูกจ้างประจำฯ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-15 10:45:55 +07:00
parent 5a58938dda
commit 20e43bc32e
7 changed files with 26 additions and 539 deletions

View file

@ -101,9 +101,9 @@ function onClickMovePos() {
};
showLoader();
await http
.post(config.API.orgPosMove, body)
.post(config.API.orgPosMoveEmp, body)
.then(() => {
props.fetchDataTree?.(store.draftId);
props.fetchDataTree?.(store.activeId);
modal.value = false;
success($q, "ย้ายตำแหน่งสำเร็จ");
})