|
@@ -120,8 +120,9 @@ const CompanyList: React.FC<ListProps> = ({ schema, dispatch, accountTypeList })
|
|
visible: true,
|
|
visible: true,
|
|
currentModalType: ModalType.UPDATE,
|
|
currentModalType: ModalType.UPDATE,
|
|
defaultFormData: {
|
|
defaultFormData: {
|
|
- ...record,
|
|
|
|
|
|
+ // ...record,
|
|
institution: null,
|
|
institution: null,
|
|
|
|
+
|
|
institutionID: record.institution.ID,
|
|
institutionID: record.institution.ID,
|
|
accountType: record.accountType
|
|
accountType: record.accountType
|
|
}
|
|
}
|