fix display data
This commit is contained in:
parent
96e1931e10
commit
016eeee205
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ interface TableName {
|
|||
interface PartialTableName {
|
||||
personalId: string;
|
||||
fullName: string;
|
||||
name: string;
|
||||
idCard: string;
|
||||
profilePhoto: string;
|
||||
organizationName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue