อัตรากำลังลูกจ้างประจำฯ
This commit is contained in:
parent
5a58938dda
commit
20e43bc32e
7 changed files with 26 additions and 539 deletions
|
|
@ -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, "ย้ายตำแหน่งสำเร็จ");
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue