Compare commits
No commits in common. "6b8fd72277901dc44ae90c0acac07221faafbd17" and "e5265dde980f348380d69a4abc40b5cff0dac9f3" have entirely different histories.
6b8fd72277
...
e5265dde98
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue