设置= { 动作:{ 添加:true, 编辑:false, 习惯:[ { 名称:“标记为主要”, 标题:“添加地址”, } ], }, 添加:{ addButtonContent:'', createButtonContent:'', cancelButtonContent:'', ConfirmCreate:正确 }, 编辑:{ editButtonContent:'', saveButtonContent:'', cancelButtonContent:'', ConfirmSave:正确 }, 删除:{ deleteButtonContent:'', ConfirmDelete:真 }, 列: { 名称: { 标题:“名称*”,过滤条件:假 }, 电话: { 标题:“ Phone *”,过滤条件:false }, lationship_id:{ 标题:“关系*”, 过滤条件:false, 编辑:{ 类型:“列表”, 配置:{ selectText:“选择”, 清单:[] } }, }, 电子邮件:{ 标题:“电子邮件*”,过滤条件:假 }, address_id:{ 标题:“地址*”, 过滤条件:false, 类型:“自定义”, 可编辑:false, 编辑:{ 类型:“列表”, 配置:{ selectText:“选择”, 清单:[ {值:“首页”,标题:AddressType.HOME}, {值:“办公室”,标题:AddressType.OFFICE}, {值:“其他”,标题:AddressType.OTHERS}, ] } }
},
}
};
我想在选择下拉值时打开模态组件,即 this.dialogService.open(AddressComponent);