Compare commits

..

No commits in common. "6b8fd72277901dc44ae90c0acac07221faafbd17" and "e5265dde980f348380d69a4abc40b5cff0dac9f3" have entirely different histories.

View file

@ -263,7 +263,6 @@ 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
@ -521,6 +520,7 @@ function onSubmit() {
positionExecutiveField: selectedPos.value[0].positionExecutiveField, //
positionArea: selectedPos.value[0].positionArea, ///
};
console.log(body);
await props.onSubmit?.(body);
close();