Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m59s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-09 13:30:58 +07:00
commit 6b8fd72277

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