fix display data

This commit is contained in:
Warunee Tamkoo 2023-07-13 17:27:30 +07:00
parent 96e1931e10
commit 016eeee205
2 changed files with 2 additions and 1 deletions

View file

@ -280,7 +280,7 @@ const editDetail = (
props: PartialTableName,
action: "disclaim" | "deferment" | "defermentInfo" | "disclaimInfo"
) => {
Name.value = props.fullName;
Name.value = props.name;
personalId.value = props.personalId;
editRow.value = false;
edit.value = true;

View file

@ -40,6 +40,7 @@ interface TableName {
interface PartialTableName {
personalId: string;
fullName: string;
name: string;
idCard: string;
profilePhoto: string;
organizationName: string;