เเก้ ตำเเหน่ง จากที่ get .OrganizationOrganization เป็น .Position
This commit is contained in:
parent
e4c357bcf9
commit
6985318f13
1 changed files with 3 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ const getAssignNew = async (id: string) => {
|
|||
monthOp.push(monthOption);
|
||||
monthSelect.value = `${data.assign_month} เดือน`;
|
||||
fullname.value = data.person.name;
|
||||
position.value = data.person.OrganizationOrganization;
|
||||
position.value = data.person.Position;
|
||||
});
|
||||
};
|
||||
const getcompetency = async (id: string) => {
|
||||
|
|
@ -484,6 +484,7 @@ const putDataEdit = (id: string) => {
|
|||
};
|
||||
return data;
|
||||
};
|
||||
|
||||
const putData = (id: string) => {
|
||||
const GUID = personalId;
|
||||
const assign_job = activityArray.value.map((item, index) => {
|
||||
|
|
@ -675,7 +676,7 @@ const getAssign = async () => {
|
|||
console.log(data);
|
||||
|
||||
fullname.value = data.profile.name;
|
||||
position.value = data.profile.OrganizationOrganization;
|
||||
position.value = data.profile.Position;
|
||||
date_start.value = data.assign.date_start;
|
||||
date_finish.value = data.assign.date_finish;
|
||||
date1.value = data.assign.experimenter_dated;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue