返回

补丁值未将值设置为 mat-select

发布时间:2022-06-16 11:32:20 187
# 补丁

我有一个表单中的mat select下拉列表以及许多其他控件。我从DB获得补丁值。除mat select外,所有内容都已映射。

UI代码

 Select an option
 
    None
    Bank Operations (Mike Conticello)
    Brokerage product Services (Kent Clark)
    Custody & Asset Services ( Staci Sullivan)
 

TS代码

this.nominationSvc.GetNominationById(this.id)
  .then(
    result => {
        if (result != null) {
          console.log(result.organization);
          this.nominationForm.patchValue(result);
          }
        }
    });
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(1)
按点赞数排序
用户头像