|
@@ -124,7 +124,10 @@ const Staff: React.FC<ListProps> = ({ schema, dataID, dispatch, accountTypeList
|
|
defaultFormData: {
|
|
defaultFormData: {
|
|
institution: null,
|
|
institution: null,
|
|
ID: record.ID,
|
|
ID: record.ID,
|
|
|
|
+ account: record.account,
|
|
name: record.name,
|
|
name: record.name,
|
|
|
|
+ gender: record.gender,
|
|
|
|
+ phone: record.phone,
|
|
institutionID: record.institution.ID,
|
|
institutionID: record.institution.ID,
|
|
accountType: record.accountType,
|
|
accountType: record.accountType,
|
|
dataID: record.institutionID
|
|
dataID: record.institutionID
|