File contain data with ngx-formly
我必须从后端进行 API 调用,实际上是删除调用。对于这种情况,我需要从我必须选择的行中获取详细信息。
在这种情况下,我需要从选定的行中获取 ID。
fields: FormlyFieldConfig[] = [
{
key: 'investments',
type: 'repeat',
templateOptions: {