API PosEmpTemp
This commit is contained in:
parent
28b25d31e2
commit
4ef4d225b9
9 changed files with 52 additions and 36 deletions
|
|
@ -123,7 +123,7 @@ function onClickMovePos() {
|
|||
};
|
||||
showLoader();
|
||||
await http
|
||||
.post(config.API.orgPosMoveEmp, body)
|
||||
.post(config.API.orgPosMoveEmpTemp, body)
|
||||
.then(async () => {
|
||||
await props.fetchDataTree?.(store.activeId);
|
||||
await success($q, "ย้ายตำแหน่งสำเร็จ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue