แก้ไข tree
-ดึง selected จาก api
This commit is contained in:
parent
556264c5f2
commit
b0bf47994a
1 changed files with 2 additions and 0 deletions
|
|
@ -1077,6 +1077,7 @@ const fetchData = async () => {
|
|||
positionEmployeeStatus: r.positionEmployeeStatus,
|
||||
positionMasterUserNote: r.positionMasterUserNote,
|
||||
qualification: r.qualification,
|
||||
organizationId: r.organizationId,
|
||||
});
|
||||
});
|
||||
})
|
||||
|
|
@ -1602,6 +1603,7 @@ const selectData = async (props: any) => {
|
|||
isCondition.value = props.isCondition;
|
||||
conditionNote.value = props.conditionNote;
|
||||
id.value = props.id;
|
||||
selected.value = props.organizationId;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue