Merge branch 'AanandaDev' into develop

This commit is contained in:
AnandaTon 2023-08-28 14:34:02 +07:00
commit 8ae560c779
2 changed files with 4 additions and 2 deletions

View file

@ -529,7 +529,7 @@ const getData = async () => {
fullname.value = data.fullname ?? "";
prefix.value = data.prefix ?? "";
reasonWork.value = data.reasonWork ?? [];
reasonWorkOther.value = data.ReasonWorkOther ?? "";
reasonWorkOther.value = data.reasonWorkOther ?? "";
timeThink.value = data.TimeThink ?? 0;
exitFactor.value = data.exitFactor ?? [];
exitFactorOther.value = data.exitFactorOther ?? 0;

View file

@ -775,9 +775,11 @@ const fetchData = async (id: string) => {
pathName: doc.pathName ?? "",
fileName: doc.fileName ?? "",
});
console.log(doc.fileName);
});
}
rows.value = list;
dataDetail.value = data;
organizationPositionOld.value = data.organizationPositionOld ?? "";
positionTypeOld.value = data.positionTypeOld ?? "";