This commit is contained in:
Warunee Tamkoo 2024-10-29 13:51:10 +07:00
parent c51a3f975b
commit e5fca5ea0f

View file

@ -113,7 +113,7 @@ function onChangeState() {
.then(async () => {
await fetchCheckState();
if (
props.sysName === "PLACEMENT_TRANSFER" &&
props.sysName === "SYS_TRANSFER_REQ" &&
state.value === itemState.value.length - 1
) {
props.onUpdateStatus?.();