|
@@ -207,6 +207,8 @@ const CompanyList: React.FC<ListProps> = ({ schema, dispatch, accountTypeList })
|
|
currentModalType: ModalType.ADD,
|
|
currentModalType: ModalType.ADD,
|
|
defaultFormData: {
|
|
defaultFormData: {
|
|
...state.defaultFormData,
|
|
...state.defaultFormData,
|
|
|
|
+ dataID: null,
|
|
|
|
+ institutionID: null,
|
|
institutionDisable: false,
|
|
institutionDisable: false,
|
|
hiddenOrganization: true
|
|
hiddenOrganization: true
|
|
}
|
|
}
|