API PosEmpTemp

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-20 15:21:53 +07:00
parent 28b25d31e2
commit 4ef4d225b9
9 changed files with 52 additions and 36 deletions

View file

@ -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, "ย้ายตำแหน่งสำเร็จ");