refactor(appoint-promote): add profileId to /pos/placement/search payload

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-09 09:42:11 +07:00
parent 9e83ff02fa
commit 136a17ce8c

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();