Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
6b8fd72277 Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m59s
2026-06-09 13:30:58 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
136a17ce8c refactor(appoint-promote): add profileId to /pos/placement/search payload 2026-06-09 09:42:11 +07:00

View file

@ -263,6 +263,7 @@ async function getDataTable(id: string, level: number = 0) {
posType: posType.value ? posType.value : "",
isAll: isAll.value,
isBlank: isBlank.value,
profileId: type.value === "MOVE" ? props.dataRows.profileId : undefined,
};
await http
@ -520,7 +521,6 @@ function onSubmit() {
positionExecutiveField: selectedPos.value[0].positionExecutiveField, //
positionArea: selectedPos.value[0].positionArea, ///
};
console.log(body);
await props.onSubmit?.(body);
close();