แสดงชื่อไฟล์ resign
This commit is contained in:
parent
64cc9852cd
commit
8926326e6e
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ?? "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue